On Wednesday, September 18, 2013 7:47:30 PM UTC-4, jml wrote: > > I downloaded slime for vim: > > http://www.vim.org/scripts/script.php?script_id=2531
I'm currently working on Common–Lisp on my Mac as well. Download Slimv as you already have and install "sbcl" via Homebrew. Steel Bank Common–Lisp is definitely the way to go as it's based on Carnegie Mellon University's Common Lisp. See this Lisp FAQ here: http://random-state.net/files/nikodemus-cl-faq.html With those two things installed you should be all set! The default mapping is your leader key followed by e then b to "eval buffer", which will launch a "SWANK" server via Terminal.app, and then execute the lisp code and print the result back to a split in your vim environment. Hope that helps some. =) -- -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
