Re: advice for a Lisp newbie
- From: Lars Rune Nøstdal <larsnostdal@xxxxxxxxx>
- Date: 23 Mar 2008 21:41:05 GMT
On Sun, 23 Mar 2008 14:29:01 -0700, Rajarshi wrote:
Hi, I've been reading about Lisp on and off and have been playing around
with Emacs Lisp. But I'd like to start learning it more generally so
that it'd be applicable outside of Emacs.
I've seen that SBCL is a popular version of CL and integrates with Emacs
(in terms of an IDE) - would this be a good way to start? I'm running OS
X and doing sudo apt-get install sbcl doesn't seem to find anything. Are
there prepackaged versions of SBCL available anywhere?
Pointers would be appreciated,
Rajarshi
try:
http://sbcl.sourceforge.net/platform-table.html
i don't bother using the OS specific methods of installing lisp
software .. i've found it much easier to deal with and maintain lisp
software "manually" in my home folder
here is how i get up and running with the very basics:
http://common-lisp.net/~lnostdal/writings/sbcl.html
...not sure if it is the "best way" or anything though .. or if it will
work for you (only tried it on linux)
--
Lars Rune Nøstdal
http://nostdal.org/
.
- References:
- advice for a Lisp newbie
- From: Rajarshi
- advice for a Lisp newbie
- Prev by Date: Re: Does anyone use multiple namespaces at the top level?
- Next by Date: Re: advice for a Lisp newbie
- Previous by thread: advice for a Lisp newbie
- Next by thread: Re: advice for a Lisp newbie
- Index(es):
Relevant Pages
|