SublimeREPL icon indicating copy to clipboard operation
SublimeREPL copied to clipboard

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)

Results 100 SublimeREPL issues
Sort by recently updated
recently updated
newest added

This is a feature request for not creating a new tab every time a code gets executed in a repl, but re-use the existing tab, just as wished in the...

Hi, I want to add to this plugin support for FORTRAN, so I can run terminal scripts directly from the sublime console It is stated that this is possible, but...

I've re-installed the latest scikit-learn and imbalanced-learn. I've also checked all other libraries to make sure they are compatible with imbalanced-learn. But I keep getting the error below when I...

I'm using SublimeREPL with node. I tried to load a module from a local file. The require command seems to run successfully but I get "not a function" when trying...

![Capture](https://user-images.githubusercontent.com/85496354/130185361-46e43b23-7422-4384-845d-36660a0c22b2.PNG) Kindly see above error and help me out to solve this issue please.

readline.js:291 throw new errors.TypeError( ^ TypeError [ERR_INVALID_ARG_TYPE]: The "stringToWrite" argument must be of type string. Received type null at REPLServer._writeToOutput (readline.js:291:11) at REPLServer.Interface.prompt (readline.js:259:10) at REPLServer.displayPrompt (repl.js:740:8) at new REPLServer...

Hello! When I use SublimePEPL-Python, it need at least five spaces(a "tab" and a space) at second line when I use the keyword "for" just like this ![无标题](https://user-images.githubusercontent.com/111275788/184659621-e767ce35-9dc8-4bd3-9c48-8555dd0ecb4a.png) ![无标题1](https://user-images.githubusercontent.com/111275788/184660768-a33f5eef-1e59-40fb-939d-6696516d691e.png)

Hi, on my Mac I use Python 3.9.5 and it is installed via pyenv. In terminals and via PATH the python command uses and starts Python 3.9.5. The older Python...

Hello guys, I am entirely new to programming, but I'm trying to do something with Python programming. I'm trying to run open file command in Sublime Text 3 and I've...