Lassi Kortela
71098dd01b
Apparently in addition to "float", "double" and "long double" there are now standard types in <math.h> called "float_t" and "double_t". Those types don't need to be equivalent to "float" and "double". Gah! |
||
---|---|---|
c | ||
scheme-boot | ||
scheme-core | ||
scheme-examples | ||
scheme-lib | ||
scheme-tests | ||
scripts | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
.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.