All Projects → nostrademons → arclite

nostrademons / arclite

Licence: other
A JavaScript port of Paul Graham's Arc programming language

Programming Languages

javascript
184084 projects - #8 most used programming language
arc
50 projects
shell
77523 projects
This is a JavaScript port of Paul Graham's Arc programming language.  It is nearly-fully-conforming, in the sense of being able to run arc.arc: it lacks continuations and some of the I/O primitives, which is why there's a special arclite.arc with the broken forms stripped out.  Firefox (and other browsers which support __proto__) only; does not work in IE.

The source code is written as a series of modules; build.sh takes care of concatenating them together to a single arclite.js file.  The index.html file provides a host for this file, letting you evaluate arc forms in your browser.  There are also JSUnit tests in /test.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].