learning-lisp
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A sandbox project used to learn ANSI Common LISP
h1. Learning LISP

A sandbox project used by Jason Brownlee to learn ANSI Common LISP.

h2. Objectives

* To become competent enough in ANSI Common LISP to be able to exploit it for ad hoc software development projects.
* Explore some espoused and advanced features, such as:
** macros
** dynamic code rewriting

h2. Code

h3. Scripts 

none yet!

h3. Observations

* Productivity: The interpreter (REPL) and allows you to test and debug functions and code snippets live while developing. Much like Ruby's IRB, and very much unlike the C/Java family.

h2. My current rig

* sbcl-1.0.22-powerpc-darwin
* GNU Emacs 22.1.1 (came with darwin) 
* SLIME (cvs access on Sept 4th 2009)

h2. References

h3. Core References

* "The Common Lisp HyperSpec":http://www.lispworks.com/documentation/common-lisp.html
* "The Common Lisp Cookbook":http://cl-cookbook.sourceforge.net/ how to get simple things done
* "Practical Common Lisp":http://gigamonkeys.com/book/ whole book online 2005 (I might buy this)
* "ANSI Common LISP":http://www.amazon.com/ANSI-Common-LISP-Paul-Graham/dp/0133708756/ 1995 by pg (I might buy this)
* "Common Lisp the Language, 2nd Edition":http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node1.html full text
* "Lisp Primer":http://mypage.iu.edu/~colallen/lp/

h3. Second Order References (for when I get better)

* "Structure and Interpretation of Computer Programs":http://mitpress.mit.edu/sicp/ programming fundamentals with LISP - full text online (I might buy this)
* "On Lisp":http://www.paulgraham.com/onlisptext.html pg's book - full text, _the_ book for advanced topics
* "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp":http://norvig.com/paip.html doing AI with LISP by Norvig

h3. Reference Lists

* "pg's LISP page":http://www.paulgraham.com/lisp.html interesting articles and useful links
* "lispmachine":http://www.lispmachine.net/ This is a collection of Lisp / Scheme books and online resources.
* "Planet Lisp":http://planet.lisp.org/ blog
* "the common lisp wiki":http://www.cliki.net/
* "Common Lisp Educational Resources: Online Tutorials":http://lisp.org/alu/res-lisp-education

h3. General

* "Association of Lisp Users":http://www.lisp.org seminal, ugly site 
* "Wikipedia: Common Lisp":http://en.wikipedia.org/wiki/Common_Lisp  
* "Common Lisp on Mac OS X":http://www.newartisans.com/2007/10/common-lisp-on-mac-os-x.html (2007) guide to installing emacs and "Steel Bank Common Lisp":http://www.sbcl.org/ (SBCL) on mac
* "Lisp bundle for Textmate":http://zoetrope.speakermouth.com/2008/4/9/lisp-bundle-for-textmate
* "GNU CLISP":http://www.clisp.org/ an ansi common lisp that will work everywhere 
* "Everything You Need To Get Started With Common Lisp":http://www.jakevoytko.com/blog/2008/12/29/everything-you-need-to-get-started-with-common-lisp/ (2008) a detailed guide
* "ASDF-Install":http://www.cliki.net/ASDF-Install a development application for downloading and installing lisp packages
* "SLIME: The Superior Lisp Interaction Mode for Emacs":http://common-lisp.net/project/slime/ a Emacs mode for Common Lisp development and the "SLIME manual":http://common-lisp.net/project/slime/doc/html/
* "Emacs Cheat Sheet":http://ccrma.stanford.edu/guides/package/emacs/emacs.html
* "Practical example of Lisp’s flexibility?":http://stackoverflow.com/questions/106058/practical-example-of-lisps-flexibility some great macro examples
* "Casting SPELs in LISP":http://www.lisperati.com/casting.html lisp comic book - tutorial for writing a game in lisp
* "CL, Music and SLIME Tutorials":http://bc.tech.coop/blog/050501.html Tutorial for getting up to speed on emacs+slime+lisp
* "Ready Lisp":http://www.newartisans.com/projects/ready-lisp.html a binding together of several popular Common Lisp packages especially for Mac OS X
* "Before you start learning Lisp":http://abhishek.geek.nz/docs/lisp-answers/ nice overview before you get started

h3. Stories

* "Lisping at JPL":http://www.flownet.com/gat/jpl-lisp.html the rise and fall of Lisp at the Jet Propulsion Lab by Ron Garret
* "Reddit and Lisp psychosis":http://www.findinglisp.com/blog/2005/12/reddit-and-lisp-psychosis.html a review of "reddit's rewrite from lisp to python":http://blog.reddit.com/2005/12/on-lisp.html


h3. Videos

* "Practical Common Lisp":http://www.youtube.com/watch?v=VeAdryYZ7ak google tech talk by Peter Seibel (May 2006)
* "Lisp for High-Performance Transaction Processing":http://www.youtube.com/watch?v=xquJvmHF3S8 google tech talk by Daniel L. Weinreb (August 2009)
* "Structure and Interpretation of Computer Programs":http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/ MIT video course on programming using LISP

h2. License

(The MIT License)

Copyright © 2009 Jason Brownlee

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。