cyclone/_posts/2021-04-08-Released-Cyclone-Scheme-0.28.0.md
2021-04-05 23:21:26 -04:00

4.5 KiB

layout title excerpt
post Released Cyclone Scheme 0.28.0 We now allow an unlimited number of function arguments and provide friendly alternative names for SRFI libraries.

Features

Bug Fixes

  • Arthur Maciel replaced high resolution code in the runtime to use clock_gettime instead of gettimeofday.
  • Fixed the REPL to no longer automatically exit if an expression evaluates to EOF. However, the REPL will exit as a special case if the EOF character is entered directly, for example via CTRL-D on Linux.