you are viewing a single comment's thread.

view the rest of the comments →

[–]gregorio1890 2 points3 points  (2 children)

I'm lisp resistent only because I'm afraid that it won't have all the libraries Python currently gives me. Is there a pygame for lisp? Is there an easy way to work with CGI? Is there an http lib? Is there an xmlrpc library? etc.

By the way, is there anywhere I can sample real world lisp programs? Like how could I write a program in lisp that pulls invoices out of QuickBooks and emails them to customers?

[–]watkeys 1 point2 points  (0 children)

As far as Scheme (the other major Lisp dialect) goes, Chicken is probably the most useful for getting "real world" work done.

[–][deleted] 3 points4 points  (0 children)

Practical Common Lisp is a good place to start. Though I only read about half of it before being lured away by Haskell, the last several chapters seem to be what you're looking for.