0.0.23 • Published 4 years ago

skimjs v0.0.23

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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. so x 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

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3-b03

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago