LISP: Difference between revisions

From OLPC
Jump to navigation Jump to search
(add python-on-lisp link)
No edit summary
Line 4: Line 4:


[http://www.sbcl.org/ Steel Bank Common Lisp] is available via "yum install sbcl" (found [http://bc.tech.coop/blog/080111.html here]).
[http://www.sbcl.org/ Steel Bank Common Lisp] is available via "yum install sbcl" (found [http://bc.tech.coop/blog/080111.html here]).

You also probably want Emacs and [http://www.cliki.net/SLIME Slime]. The combo of Emacs, Slime, and SBCL makes a pretty decent Lisp environment, although it is not yet clear what you can do with it.


[http://common-lisp.net/project/python-on-lisp/ This package] may make it possible to access Python libraries from Lisp.

[http://www.cliki.net/GTK%20binding These packages] allow access to GTK bindings from Lisp.


[http://www.drscheme.org/ DrScheme] Scheme (Lisp) is available [http://www.wisdomandwonder.com/article/28/scheme-lisp-on-the-olpc-xo here].
[http://www.drscheme.org/ DrScheme] Scheme (Lisp) is available [http://www.wisdomandwonder.com/article/28/scheme-lisp-on-the-olpc-xo here].
Line 9: Line 16:
Whether or not LISP is appropriate for children is up to both the teachers and the children.
Whether or not LISP is appropriate for children is up to both the teachers and the children.


[http://common-lisp.net/project/python-on-lisp/ This package] may make it possible to access Python libraries from Lisp.


:''See also: [[Scheme]]''
:''See also: [[Scheme]]''

Revision as of 09:41, 20 May 2008

This article is a stub. You can help the OLPC project by expanding it.

Please add comments about the LISP programming language as being appropriate for OLPC development.

Steel Bank Common Lisp is available via "yum install sbcl" (found here).

You also probably want Emacs and Slime. The combo of Emacs, Slime, and SBCL makes a pretty decent Lisp environment, although it is not yet clear what you can do with it.


This package may make it possible to access Python libraries from Lisp.

These packages allow access to GTK bindings from Lisp.

DrScheme Scheme (Lisp) is available here.

Whether or not LISP is appropriate for children is up to both the teachers and the children.


See also: Scheme