Go to file
Lassi Kortela a6ecac95e1 Rename fs*.c -> os*.c
I planned to put just the file system routines into these files, but
there are starting to be so many of them that I don't want to
duplicate the same set for networking, subprocesses etc.
2019-08-14 01:15:29 +03:00
c Rename fs*.c -> os*.c 2019-08-14 01:15:29 +03:00
scheme-boot Fix oversight in the bootstrap procedure 2019-08-14 00:44:24 +03:00
scheme-core Fix oversight in the bootstrap procedure 2019-08-14 00:44:24 +03:00
scheme-examples
scheme-lib
scheme-tests
scripts Rename fs*.c -> os*.c 2019-08-14 01:15:29 +03:00
.clang-format
.editorconfig
.gitignore Update temp boot image paths 2019-08-13 23:20:47 +03:00
.mailmap
LICENSE
README.adoc

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.

More info soon.