Go to file
Lassi Kortela c0ca8c8611 Add missing includes to socket.h 2019-08-27 15:52:03 +03:00
c Add missing includes to socket.h 2019-08-27 15:52:03 +03:00
scheme-boot Rename builtin char procedures to match R7RS 2019-08-26 11:12:50 +03:00
scheme-core Remove vestigial char.* builtins 2019-08-26 11:15:38 +03:00
scheme-examples Replace xwrite/xdisplay/xnewline with non-x names 2019-08-25 22:57:31 +03:00
scheme-lib
scheme-tests Replace xwrite/xdisplay/xnewline with non-x names 2019-08-25 22:57:31 +03:00
scripts Reorganize boot image inclusion on C 2019-08-27 10:31:31 +03:00
.clang-format
.editorconfig
.gitignore Update temp boot image paths 2019-08-13 23:20:47 +03:00
.mailmap
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)