Skip to content

Gerbil v0.13

Compare
Choose a tag to compare
@vyzo vyzo released this 06 Sep 15:00
· 1845 commits to master since this release

Release highlights:

  • New documentation structure, with documentation rendered online at cons.io.
  • The compiler has been greatly improved, with a new match/syntax-case optimizer
    and full program optimization for static executables. It also performs arity checking for all
    direct calls to known procedures.
  • The expander has been tuned for performance, resulting in 2x gxi load time reduction.
  • R7RS coverage has been greatly improved, fixing most modified R5RS procedures to
    comply to the new specification.