Go to file
Lassi Kortela fe4b63b9a3 Turn pr.opts.readably into pr.opts.display 2019-08-25 17:27:16 +03:00
c Turn pr.opts.readably into pr.opts.display 2019-08-25 17:27:16 +03:00
scheme-boot Add aliases.scm into the system image 2019-08-15 23:05:23 +03:00
scheme-core Add aliases.scm into the system image 2019-08-15 23:05:23 +03:00
scheme-examples Start changing all instances of 0x to #x 2019-08-10 15:51:43 +03:00
scheme-lib Clean up whitespace 2019-08-09 17:25:13 +03:00
scheme-tests Start changing all instances of 0x to #x 2019-08-10 15:51:43 +03:00
scripts Add Windows build script using Open Watcom C compiler 2019-08-21 22:22:39 +03:00
.clang-format Change some more clang-format settings to my liking 2019-08-09 13:59:27 +03:00
.editorconfig Add .editorconfig file to match clang-format 2019-08-09 14:03:13 +03:00
.gitignore Update temp boot image paths 2019-08-13 23:20:47 +03:00
.mailmap Add .mailmap file for Git 2019-08-08 18:12:32 +03:00
LICENSE Update copyright statement in LICENSE file 2019-08-09 18:10:54 +03:00
README.adoc Add Docker to platforms in readme 2019-08-22 01:50:30 +03:00

README.adoc

= Up Scheme

Small scripting Scheme emphasizing portability and stability.

Based on the excellent https://github.com/JeffBezanson/femtolisp/[FemtoLisp]
interpreter by Jeff Bezanson.

== 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
  ** Docker container (from scratch)
  ** Debian Linux (gcc)
  ** Alpine Linux (gcc)
  ** Void Linux (gcc)
* BSD
  ** FreeBSD (clang)
  ** OpenBSD (clang)
  ** NetBSD (gcc)
  ** DragonFly BSD (gcc)