Common-Lisp.tmbundle
Common-Lisp.tmbundle copied to clipboard
A Slimy Common Lisp TextMate bundle.
Common Lisp TextMate Bundle
Requirements
- tmux
- rlwrap
- SBCL
- Growl
- iTerm or iTerm2
- Flexible Words TextMate Plugin
Manual Steps
Needed by completionCommand :
ln -s ~/Library/Application\ Support/TextMate/Bundles/Common\ Lisp.tmbundle/Support/sbcl_completions ~/.sbcl_completions
The Grab Source command needs the src and contrib folders of the sbcl sources to be present in ~/.cl/sys.
The Documentation for Word command looks in ~/.cl/doc/hyperspec.
You can add a --local argument to cldoc if ~/.cl/doc/cltl2 exists.
Tips
You can't interact with your Lisp interpreter unless you start a session (Control-Command-Shift-O by default).
A short presentation is available here.
I've also made a lispy theme: Coal Graal.
TextMate 2
Charles Stain started a TextMate 2 port. The TM_2 branch incorporates his changes.