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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top