Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for good Lisp code to read [duplicate]

Possible Duplicate:
Examples of excellent Common Lisp code?

I'm currently trying to get proficient in Common Lisp and to learn some of the tricks for writing compact, clear and beautiful code in it.

So, I want to know if you have any sources of good Common Lisp, preferably free and online but books are also OK.

like image 257
fl3x Avatar asked Jun 12 '10 16:06

fl3x


1 Answers

The most admirable modern Common Lisp I've seen is in Edi Weitz's libraries. (Look within the outline area NerdStuff/Common Lisp/Code available on this server.) His CL-PPCRE library is worth studying in depth.

like image 177
seh Avatar answered Oct 25 '22 12:10

seh