jay's tags:
jay reads (3):
The internet is full of young hackers wondering why lisp isn't more popular if the claims of the lispers are true. I'm in the process of learning lisp so I can't address the validity of the claims, but one immediately obvious short coming is the lack of good resources for new comers. The rails community has a myriad of resources from video tutorials, to hundreds of blogs explaining, unambiguously, how to get started and do the basics. Going from ruby/rails to lisp is like leaving a lush forest for a barren desert. 

Nothing is more important than clear instructions on getting a useful environment up and running! I'm reading Practical Common Lisp and wanted clisp, emacs, and slime for my lisp environment in order to follow along in the book. I was unable to find good instructions on this for Mac OS X with an x86 chip so I thought I'd share what I learned. 

First, I had to install clisp from fink and the x86 version of clisp is only available in the unstable tree. You can find the instructions for this on the fink FAQ. After that I simply installed the clisp package like any other fink package. I ran the following to ensure lisp was working

$ /sw/bin/clisp

Next, I installed emacs (aquamacs) from here

I then installed slime from here. After untaring the file I had a folder named 'slime-x.x.x' I renamed this to plain 'slime' and moved it to ~/.emacs.d/ which you may need to create first.

I had to tell emacs to load slime and where to find it. I did this by creating ~/.emacs with the following contents.

(setq inferior-lisp-program "/sw/bin/clisp")
(add-to-list 'load-path "~/.emacs.d/slime")
(require 'slime)
(slime-setup)

That's it. To make sure it worked I opened emacs and started slime (M-x slime)


del.icio.us Digg reddit StumbleUpon

Comment on "installing lisp and slime on Mac OS X (x86)"

slime lisp mac os x (Click to add tags below)

(Separate tags using commas, for example: New York, dating, vegetarian)
Comment Anonymously

Subscribe to the SoulCast Newsletter To Receive the Best Uncensored Blogs About Love, Sex, Relationships, God, Politics, and More.


Ever wonder what people really think and how they really live?

Read about the real lives of regular people like you whose powerful moving blogs will make you smile, cry, emotional, and warm inside.

Your FREE SoulCast newsletter is just moments away. Receive your first feel-good blog by entering your email address below.

First Name:
Your Email:


You can unsubscribe at any time with one click. We NEVER sell or share your email address with anyone. Period. close