Download List

Project Description

Scheme2Js is an efficient Scheme to Javascript
compiler. Scheme2Js is not completely R5RS
compliant, but features call/cc, partial tail-rec
recursion, variable argument functions, symbols,
lists, and macros. However, it lacks (among other
things) hygienic macros and exact numbers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-25 10:41
20101114

Minor changes and bugfixes have been ported from Hop to Scheme2Js.

2010-08-17 07:11
20100816

Scheme2Js' runtime-reader now recognizes keywords.
Several bugs have been fixed.

2009-07-18 02:26
20090717

Scheme2Js now pretty prints its output. This new backend is also capable of compressing/obfuscating the output. In general, this release reports better error messages. Arity checks have been added. With this release, Scheme2Js is now triple-licensed under the LGPL, CeCILL, and CeCILL-C.

2008-12-20 03:48
20081219

The compiler has been optimized. It is now much faster and consumes less memory. Many bugs have been fixed. The default module clause of Scheme2Js is now similar to the one of Bigloo. This release supports qualified names.
Tags: Code cleanup

2008-04-30 16:31
20080430

Several bugs in the runtime and some minor bugs in
the compiler have been fixed.
Tags: Minor bugfixes

Project Resources