mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
New release
This commit is contained in:
parent
8dc4bd3545
commit
02a077686e
1 changed files with 12 additions and 0 deletions
12
_posts/2018-05-30-Released-Cyclone-Scheme-0.8.md
Normal file
12
_posts/2018-05-30-Released-Cyclone-Scheme-0.8.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: post
|
||||
title: Released Cyclone Scheme 0.8
|
||||
excerpt: Support for complex numbers has finally been added to Cyclone in this release.
|
||||
---
|
||||
|
||||
Features
|
||||
|
||||
- Added support for complex numbers.
|
||||
- When printing intermediate forms during debugging via `-t` Cyclone will now emit less verbose S-expressions for code in CPS form. To support this effort and make debugging easier, added helper functions `ast:ast->sexp`, `ast:sexp->ast`, and `ast:ast->pp-sexp` to `(scheme cyclone ast)`.
|
||||
- Avoid inlining function calls into named let loops.
|
||||
|
Loading…
Add table
Reference in a new issue