Develop and Download Open Source Software

guile

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2012-02-01 07:48
New features include Cross-compilation, backwards compatible local-eval, syntax-parameters, new macros 'when' and "unless', default values for fluids, garbage collector tuning, a current-warning-port, locale-aware command line parsing, and of course the usual host of bugfixes.
2011-10-23 07:25
This release adds a new partial evaluator optimizer which performs constant folding, dead code elimination, copy propagation, and inlining, a new (Web client) module, a new define-syntax-rule macro, more helpful "guild help", fewer calls to "stat", the ability for users to install compiled ".go" files, and, as usual, a whole host of bugfixes.
2009-12-11 07:28
This release fixes %fast-slot-ref/set! to avoid a possible segmentation fault. It has build fixes for (Tru64) and (AIX 5.3). With GCC, always compile with '-mieee' on 'alpha*' and 'sh*'. It fixes SRFI-88/Postfix keywords longer than 128 characters. It fixes reading of complex numbers where both parts are inexact decimals. It allows @ macro to work with (ice-9 syncase). 'scm_take_locale_symbol ()' returns an interned symbol (bug #25865). It fixes deadlocks with threads. It's now possible to build Guile for Windows.
2006-08-07 17:06
This release builds with GCC 4.0. The readline-set! procedure was fixed. Upstream SLIB code is now used. R5RS was added. The number to string procedure was fixed. Some 8-bit character problems were corrected. Many other changes were made.
2006-02-23 08:22
Many changes were made.

Project Resources

http://freecode.com/urls/ecb63950323064282b989db9e5fc881b
http://freecode.com/urls/554e01d552df6b4d7d7ca080b5b0bfef
http://freecode.com/urls/0e1394e2a4a6c0b047853d5f4b616c3c
http://freecode.com/projects/guile

Project Description

Guile is a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs.