mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
New release notes
This commit is contained in:
parent
cdd3fd37f7
commit
cb69450519
1 changed files with 9 additions and 0 deletions
9
_posts/2017-03-09-Released-Cyclone-Scheme-0.4.md
Normal file
9
_posts/2017-03-09-Released-Cyclone-Scheme-0.4.md
Normal file
|
@ -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).
|
Loading…
Add table
Reference in a new issue