2
votes
2answers
259 views
Java input in Clojure with (read-line) not reading properly in EMACS
Has anyone encountered a problem with emacs on windows and java input ? (read-line) in the REPL does not recognise the delimiter (well thats my guess).
Using a vanilla clojure in the box, same …
3
votes
3answers
898 views
Getting started with SLIME and SWANK: Lisp connection closed unexpectedly: connection broken by remote peer
Hello people. I was trying to use the slime-connect function to get access to a remote server with sbcl. I followed all the steps from the slime.mov movie from Marco Baringer, but I got stuck when …
