mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
0.5.3 release
This commit is contained in:
parent
fe3552fa46
commit
be8cc4fddc
1 changed files with 13 additions and 0 deletions
13
_posts/2017-06-29-Released-Cyclone-Scheme-0.5.3.md
Normal file
13
_posts/2017-06-29-Released-Cyclone-Scheme-0.5.3.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Released Cyclone Scheme 0.5.3
|
||||||
|
excerpt: This release allows import of system libraries with arbitrary names and improves the performance of minor garbage collection.
|
||||||
|
---
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- On Arthur Maciel's suggestion, modified Cyclone to always check its system folder for a library if an import is not found. In conjunction with this, the `CYCLONE_LIBRARY_PATH` environment variable may be set to force Cyclone to look in a specific place other than the system folder for libraries.
|
||||||
|
|
||||||
|
- Decrease minor GC time by only tracing globals when one of them has changed.
|
||||||
|
|
||||||
|
- Added the `thread-join!` function to `(srfi 18)`.
|
Loading…
Add table
Reference in a new issue