lisp.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 05 Sep 2014 00:55:32 +0300
changeset 1599 52d4f3d19b46
parent 1346 a2fbf50a43f4
child 1905 fba288d59662
permissions -rw-r--r--
ECMAScript 6/7 compatibility table.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

=======
 Lisp.
=======
.. contents::

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.