These functions are complicated because they need to be marked "noreturn" for the compiler. There are several fundamentally incompatible ways of doing that. Since we have only a few "noreturn" functions, let's just list all of those in one header file of which there is a completely different version for each compiler. |
||
|---|---|---|
| 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.