Scheme: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
m (Reverted edits by 38.117.88.77 (Talk); changed back to last version by Xavi)
Line 1: Line 1:
getcolilaz
Scheme is a programming language derived from [[LISP]] that is widely used in education, particularily computer science education. There is a portable Scheme implementation [http://download.plt-scheme.org/drscheme/ DrScheme] that supports [[Unicode]]. The Linux binary that they distribute was compiled under [[Fedora Core]] 2 so it should require little work to adapt it to the OLPC's 2B1.
Scheme is a programming language derived from [[LISP]] that is widely used in education, particularily computer science education. There is a portable Scheme implementation [http://download.plt-scheme.org/drscheme/ DrScheme] that supports [[Unicode]]. The Linux binary that they distribute was compiled under [[Fedora Core]] 2 so it should require little work to adapt it to the OLPC's 2B1.



Revision as of 13:00, 10 November 2007

Scheme is a programming language derived from LISP that is widely used in education, particularily computer science education. There is a portable Scheme implementation DrScheme that supports Unicode. The Linux binary that they distribute was compiled under Fedora Core 2 so it should require little work to adapt it to the OLPC's 2B1.

More information about DrScheme and Scheme in general: