Any way to build&run common lisp in ST2 on mac os? I know about SLIME and Emacs, but i'm interested in ST
相关问题
- Generating powerset in one function, no explicit r
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Avoid cmake to add the flags -search_paths_first a
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
- git command-line on Mac OS error “dyld: Symbol not
On windows, I was able to use the REPL by combining GNU Common Lisp and the package SublimeREPL.
Now, I don't know if it's possible on OSX, but I would be really surprised if it wasn't.
You'll have to add Lisp REPL to SublimeREPL, because it doesn't provide it by default, but it's pretty easy to configure anyway.
First you have to install interpreter, in my case I used sbcl.
After installing that it's prety simple. On ST2 go to Preferences/Browse Packages, go to Lisp, add a new file Lisp.sublime-settings with:
By the way, if you want to program in Lisp on Mac you can also try using Clozure CL with its development environment:
http://ccl.clozure.com/manual/chapter5.1.html#ccl-ide-introduction
I did not use it yet, but probably it is worth having a chance.