dfsch 0.2.0 (Default branch) |
|
|
dfsch is Scheme-like LISP dialect. It draws inspiration from R5RS, but also contains concepts inspired by other languages, mainly Common Lisp. The implementation is written in plain C with a Boehm-Demers-Weiser conservative garbage collector using some object-oriented concepts on top of plain C.
License: GNU General Public License (GPL)
Changes:
This version contains many minor fixes and enhancements. New features include a unified module loading mechanism, ports, and object system based on generic functions. Modules for interfacing with Unix, regular expression handling, multithreading, and Internet data handling and ports for files and strings are included.
|