资 源 简 介
js-scheme is a Scheme interpreter written in JavaScript.
The Featured Download is updated every other week or so. New revisions will be added in between each release; see the Source tab for the latest code.
There are two versions of js-scheme. They are identical for the most part - except for that the one tagged CPS supports first-class continuations, while the other only supports continuations as exit procedures. As of version 0.4, no further development is planned for the CPS version.
Libraries
Starting in version 0.4 two extensions are packaged with the main download: a primitive API wrapper for Last.fm Web Services, and an interface to the flot JavaScript graphing library.
The load procedure can be used to load a library. For example, (load "last.fm) and (load "flot). After loading, information about a library can be displayed using the help procedure.