[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Common Lisp (was: OT programming languages/ systems for advanced applications on Linux)



* 2011-12-26T14:14:13-08:00 * David Christensen wrote:

> Which Debian Squeeze package do you recommend for "hello, world!" and
> STFW tutorials?

    #!/usr/bin/sbcl --script
    (write-line "Hello, world!")


* 2011-12-26T15:43:54-08:00 * David Christensen wrote:

> On 12/26/2011 01:12 AM, Teemu Likonen wrote:
>> That's Common Lisp. I think SBCL is the most popular free-software
>> implementation for the language. Emacs+Slime is the most popular
>> development environment.
>
> I've installed all three packages and will play with them.

For installing external libraries the best choise is Quicklisp:

http://www.quicklisp.org/beta/

"Practical Common Lisp" by Peter Seibel is very good tutorial/book. It's
available in the Internet as well as printed book.

http://www.gigamonkeys.com/book/


Reply to: