7 Oct 2008 16:35
Release 0.8.14
Shiro Kawai <shiro <at> lava.net>
2008-10-07 14:35:34 GMT
2008-10-07 14:35:34 GMT
Gauche 0.8.14 is available. http://practical-scheme.net/gauche/ This release is to flush out cumulative bug fixes and small improvements. Nothing particularly shiny, but the performance is also slightly improved, so you might want to upgrade. In SVN trunk there's a module parser.peg, a parser combinator library for parsing expression grammar. It is NOT included in this release. I want it be the default choice of the parser of Gauche, and not satisfied by the current implementation. You may try it from svn, but be aware that the API will be changed a lot in future. Some suggested changes are not incorporated due to the lack of the time of testing, including Tomas Stanek's suggestion of using USE_MMAP in GC. It's been over 4 years since Gauche reached 0.8. It's not that the development is slowed down; in fact a lot of code has been added or rewritten since then. These days I get more and more opportunities to use Gauche in real work, and keep adding stuff that are required in the production environment. During the course, I started to feel to adjust the original plan a little bit, though. Originally I wanted to fix C ABI by 0.9, so that after 1.0 you don't need to recompile every extensions for each new release of Gauche. However the goal seems further than I thought, mainly because improvements in various parts (including VM) tend to(Continue reading)
RSS Feed