upscheme/README.adoc

24 lines
535 B
Plaintext
Raw Normal View History

2019-08-10 05:26:51 -04:00
= Up Scheme
Small scripting Scheme emphasizing portability and stability.
2019-08-10 05:32:04 -04:00
Based on the excellent https://github.com/JeffBezanson/femtolisp/[FemtoLisp]
interpreter by Jeff Bezanson.
2019-08-10 05:26:51 -04:00
2019-08-21 18:43:21 -04:00
== Platforms
Builds in seconds with no warnings and no external dependencies using only the
system C compiler. 64-bit executable only; 32-bit coming soon.
* Windows (wcc)
* MacOS (clang)
* Linux
* Debian Linux (gcc)
* Alpine Linux (gcc)
* Void Linux (gcc)
* BSD
* FreeBSD (clang)
* OpenBSD (clang)
* NetBSD (gcc)
* DragonFly BSD (gcc)