New egg: hascheme
Peter McGoron via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
HaScheme is a set of libraries to implement lazy algorithms and data structures as if they were regular Scheme. HaScheme is basically a pure, call-by-need programming language embedded within Scheme. HaScheme procedures are ultimately regular procedures that return promises that can be forced by regular Scheme code. HaScheme and Scheme code can coexist and call each other. The egg also wraps the functional core of R7RS into lazy procedures. release-info: https://files.mcgoron.com/chicken/hascheme/hascheme.release-info wiki: https://wiki.call-cc.org/eggref/5/hascheme git: https://software.mcgoron.com/hascheme/ -- Peter McGoron