Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clojure REPL does not eval #356

Open
yawmark opened this issue Apr 20, 2014 · 1 comment
Open

Clojure REPL does not eval #356

yawmark opened this issue Apr 20, 2014 · 1 comment

Comments

@yawmark
Copy link

yawmark commented Apr 20, 2014

Windows 8, SublimeText 2 and 3, installed via package control. I start up a REPL, enter a simple statement like (+ 1 2), and press enter. The cursor advances a line, but there is no other response from the REPL. Same behavior described here:

https://www.sublimetext.com/forum/viewtopic.php?f=3&t=8105

@guillaume8375
Copy link

Same thing for me. A few months ago, SublimeREPL on my machine (Sublime Text 3065, Ubunut 14.10 64 bit) worked fine. But today, I tried to use it and observed a strange behavior.

When I launch SublimeREPL, wether with Python, Haskell or Ruby, the REPL loads:

For instance, when I launch SublimeREPL: Python, the following appears:

Python 2.7.8 (default, Oct 20 2014, 15:05:19) 
[GCC 4.9.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>  

And when I launch SublimeREPL: Haskell:

GHCi, version 7.6.3: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> 

But when I want to evaluate an expression, even a very simple one like 1 + 1, nothing happens when I type Enter. The cursor just goes to the next line, but nothing is evaluated.

A precision: I can erase on the screen everything I inputed, but not the lines printed when the REPL is launched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants