chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] CVS update


From: felix
Subject: [Chicken-users] CVS update
Date: Tue, 11 Feb 2003 22:57:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Hi!

What's new:

- Removed the old module system (finally)
- The pattern-matching macros are now available in combination with
  the highlevel macro system
- #!-scripts with a header-line of `csi -script' or `scheme-chicken'
  (SRFI-22) are compiled with all the libraries that are available
  in the interpreter (so no additional `uses' declarations or `require's
  are needed)
- Srfi-37 moved into it's own library unit
- Typechecks for fixed-size objects are implemented more efficiently.
  This should result in slightly better performance
- A new pointer-type (C_TAGGED_POINTER) is now available. It's like
  a normal foreign pointer object, but contains an additional slot
  (which may be any Scheme data object). Might be useful for FFI
  stuff
- The manual for the pattern matcher is now at
  http://www.call-with-current-continuation.org/match.ps.
  The old site (at www.intertrust.com) seems to be down


Have fun.


cheers,
felix





reply via email to

[Prev in Thread] Current Thread [Next in Thread]