Question

I have SublimeText2 installed in OSX with SublimeREPL and it works like a charm for Ruby and Python. However, most recently I've been wanting to pick up Common Lisp and the "clisp REPL" gives me the following error: OSError(2, 'No such file or directory')

I have tried to Google any instructions on best setup of ST2 with Common Lisp and was unsuccessful. I would really appreciate any tips, links or instructions on getting SublimeText2 working in par with Common Lisp.

I have installed the following packages

  1. SublimeREPL
  2. Lispindent

Do I have to include anything in my config file to get clisp REPL working?

Was it helpful?

Solution

From the look of the error you're getting, I'd make sure that you've worked through all of the steps laid out in this blog posting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top