Learning Lisp Fast - Part 1

(Source and copyright: Sean Luke - George Mason University, cs.gmu.edu/~sean/lisp/LispTutorial.html)

The Road To Lisp

Developing Lisp code on a free software platform is no mean feat, and documentation, though available, is dispersed and often too concise for users new to Lisp. In the second part of an accessible guide to this flexible language, self-confessed Lisp newbie Martin Howse assesses practical issues and implementations under GNU/Linux.

(Source and copyright: http://1010.co.uk/road.html)

Python vs. Lisp

(Source and copyright: http://mail.python.org/pipermail/python-list/2006-February/326750.html)

Lambda The Ultimate

With a hip, burgeoning free software community currently pushing Lisp, arguably the oldest programming language in common use, to the fore as next generation coding platform, self-confessed Lisp newbie, Martin Howse, presents the first part of an accessible guide to the culture of this flexible language, and practical implementations under GNU/Linux.

(Source and copyright: http://1010.co.uk/lambda.html)

The Ackermann Function in LISP

The Ackermann function is a killer: It looks very simple, yet it plays a major
role in computer science and computational complexity theory. This is its
definition.


(Source and copyright: kosara.net/thoughts/ackermann.html)

Will Hartung's "Guerilla Lisp Opus"

(Source and copyright: http://groups.google.com/group/comp.lang.lisp/msg/86cf454beb8a42f9)

Lisp Aha! moments

Here are a few things that triggered major Aha! moments for me, in no particular order.

(Source and copyright: http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/a12b2503c989761a/c5318848c215296f#c5318848c215296f)

Kent M. Pitman Answers On Lisp And Much More - Part 2

Kent M. Pitman has already given you his first 11 answers to the questions you asked him about Lisp, Scheme, the creation of programming standards, and much more -- below are his answers to another eight (starting with answer #12). Thanks again, Kent.

(Source and copyright: http://developers.slashdot.org/article.pl?sid=01/11/13/0420226)

Kent M. Pitman Answers On Lisp And Much More - Part 1

A few weeks ago, you asked Kent M. Pitman about Lisp, Scheme, standards, and other things -- He's answered your questions below, at length. At such length, in fact, that only the first eleven of his answers are shown below -- expect more shortly! Thanks, Kent.

(Source and copyright: http://developers.slashdot.org/article.pl?sid=01/11/03/1726251)

A Hacker's Introduction to Partial Evaluation

In most other programming languages, new abstractions are built by writing code on /top/ of existing abstractions. But in lisp, its possible to build new abstractions by writing code *beneath* existing code.


(Source and copyright: cybertiggyr.com/gene/peval/peval.cgi)

Syndicate content