문제

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