

| |||||||
|
You are here: Root > By Topic > Language Extensions
Haskellesque lazy-list and functional tools with a Common Lisp slant.
| Web site | http://cl-heresy.sourceforge.net/Heresy.htm |
| Mailing list | http://common-lisp.net/cgi-bin/mailman/listinfo/heresy-devel |
| Version | - |
| Maturity | Alpha |
| OS compatibility | |
| ASDF installable | No |
| Official Download | http://sourceforge.net/projects/cl-heresy/ |
| Mirrored Download | |
| Source code repository | 0.0.0 |
Heresy is a list of utilities for lazy and functional programming in Common Lisp. Function names are chosen and decorated so as to resemble Haskell and/or CL equivalents; but to allow full import of exported symbols into a typical namespace.
The lazy-list functions provided are for when the memory/cpu profile of lazy list evaluation, or list-based solutions requiring lazy evaluation (such as self-referencing lists, or sequences with issues running beyond some termination point) are desired. Expressive interoperation/conversion between CL sequences and lazy-lists, and control over degree of laziness are design goals. Lists can be heterogeneous (containing elements of different types), and functions named after Haskell list equivalents may be altered for lispiness..
Project Page/Documentation Download Heresy 0.0.1Language Extensions | Libraries
You must be logged to add a note
You must be logged to add a comment