Released Cyclone Scheme 0.8
May 30th, 2018
Features
- Added support for complex numbers.
- When printing intermediate forms during debugging via
-tCyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functionsast:ast->sexp,ast:sexp->ast, andast:ast->pp-sexpto(scheme cyclone ast). - Avoid inlining function calls into named let loops.
