0.0.23 • Published 5 years ago
skimjs v0.0.23
SkimJS
Notes
This is WIP Scheme interpreter in JS.
It's implemented in a yet-to-be-announced language and compiled into JavaScript.
What works:
- For now, we only have a very few basic forms:
define
,begin
,if
,set!
,quote
,+
,-
, etc. - You have to start with a
(
in the repl. sox
won't work, but(begin x)
will. - Only single line expressions in the REPL
What doesn't work:
- Anything else
Installation
npm i -g skimjs
Command line
skim
: simple repl (WIP)
Features
(define x 1)
(begin x)
0.0.23
5 years ago
0.0.21
5 years ago
0.0.22
5 years ago
0.0.20
5 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3-b03
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago