Monday, April 20, 2009

LISP - List Processing Language



What is LISP?

LISP, an acronym for list processing, is a programming language that was designed for easy manipulation of data strings. Developed in 1959 by John McCarthy, it is a commonly used language for artificial intelligence (AI) programming. It is one of the oldest programming languages still in relatively wide use.In LISP, all computation is expressed as a function of at least one object. Objects can be other functions, data items (such as constants or variables), or data structures. LISP's ability to compute with symbolic expressions rather than numbers makes it convenient for AI applications.

 

Common Lisp the Language, 2nd Edition

http://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html

 

Lisp FAQ

http://www.paulgraham.com/lispfaq1.html

 

How To Learn Lisp

http://www.pchristensen.com/blog/articles/how-to-learn-lisp/

 

Lisp Primer

http://mypage.iu.edu/~colallen/lp/

 

Lisp Resources

http://www.lisp.org/alu/~19782bb47a8412c077016dbb~/res-lisp

 

Practical Common Lisp

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

 

An Introduction and Tutorial for Common Lisp

http://www.apl.jhu.edu/~hall/lisp.html

 

Lisp Quickstart

http://www.cs.gmu.edu/~sean/lisp/LispTutorial.html

 

 

LISP Tutorial 1: Basic LISP Programming

http://www.cs.sfu.ca/CC/310/pwfong/Lisp/1/tutorial1.html

 

 

INTERACTIVE LISP TUTORIAL

http://www.mars.cs.unp.ac.za/lisp/

 

Finding Lisp:This site was created as a resource to those taking the plunge and learning Lisp.

http://www.findinglisp.com/

 

 

Common Lisp: A Tutorial on Conditions and Restarts

http://chaitanyagupta.com/lisp/restarts.html

 

Tutorial on Good Lisp Programming Style

http://lambda-the-ultimate.org/node/1098

 

LISP - List Processing Language, also Clisp for "Common Lisp"

http://home.att.net/~gobruen/progs/lisp/

 

LISP Programming Language

http://www.pcai.com/web/ai_info/pcai_lisp.html

 

Programming in Emacs Lisp

http://www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_toc.html

 

 

*************************

Blogs

 

http://takentheredpill.blogspot.com/

 

Learning Lisp(notes from an average programmer studying the hard stuff)

http://lispy.wordpress.com/

 

The Road To Lisp

http://learninglisp.wordpress.com/

 

Common lisp: a web application tutorial for beginners

http://pieterbreed.blogspot.com/2005/07/common-lisp-web-application-tutorial.html

 

***********************************

Tutorial on Good Lisp Programming Style by Peter Norvig,Sun Microsystems Labs Inc

http://digg.com/d138jH

 

On Lisp available free

http://digg.com/d1raH

 

This is a collection of Lisp / Scheme books and online resources.

http://www.lispmachine.net/

 

LISP Tutorial  By Marc Schwarz

http://www.isk.kth.se/~waseem/LOFU/LISP/NYU%20Natural%20Language%20Computing%20--%20LISP%20Tutorial.htm

No comments:

Post a Comment