diff --git a/_posts/2017-03-09-Released-Cyclone-Scheme-0.4.md b/_posts/2017-03-09-Released-Cyclone-Scheme-0.4.md new file mode 100644 index 00000000..556bc6f4 --- /dev/null +++ b/_posts/2017-03-09-Released-Cyclone-Scheme-0.4.md @@ -0,0 +1,9 @@ +--- +layout: post +title: Released Cyclone Scheme 0.4 +excerpt: Support is now available for bignums and integer overflow. +--- + +- Added a new bignum type to support exact integers of practically unlimited size. +- As part of the bignum changes, modified the code for exact integer arithmetic to detect overflow. +- Added documentation for the [C API](http://justinethier.github.io/cyclone/c-api/modules.html).