diff -r 81e09593158f -r 9bf0d5a1f0cf lisp.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp.rst Fri Jul 13 22:32:19 2012 +0300 @@ -0,0 +1,45 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +======= + Lisp. +======= + +About. +====== + + http://www.lisperati.com/ + lisp comics + +Success stories. +================ + + * http://www.lispworks.com/success-stories/index.html + * http://www.franz.com/success/ + +guile. +====== + +Installing in Cygwin: + + $ setup.exe -p guile + +CHICKEN. +======== + +Installing in Cygwin: + + $ setup -p chicken + +clisp. +====== + +Installing in Cygwin: + + $ setup.exe -p clisp + +Schema. +======= + + http://library.readscheme.org/ + A lot of links.