Get the latest tech news
#F – A Minimalistic Scheme System
#F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5RS/R7RS Scheme programs is provided in a form of libraries wr...
error, assertion-violation(not based on exceptions) file-exists?, delete-file, rename-file, open-input-string exit, abort, reset, command-line get-environment-variable, system, current-jiffy, jiffies-per-second Since the hard-wired parts of the runtime are minimal, each project can have the set of data types and operations best suited for the task at hand, with all the necessary glue written explicitly as C code fragments. SFC, while being rather simple and ignorant as to what data types its user will decide to support, does a reasonably good job at optimizing function calls and unboxing non-immediate objects like floating-point numbers.
Or read this on Hacker News