[ANN] Lizp 0.1 -- lazy extension of Common Lisp
From: Ivan Boldyrev (boldyrev+nospam_at_cgitftp.uiggm.nsc.ru)
Date: 02/29/04
- Next message: Russell McManus: "Re: Popularity of programming languages"
- Previous message: Tim Bradshaw: "Re: Why is lisp so weird?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 01 Mar 2004 01:35:14 +0600
Lizp is lazy extension of Common Lisp.
This is alpha version of the package. It consists of:
* lazy-core.lisp
Implementation of primitives DELAY and FORCE. I tried to do it as
fast as possible (measured in CMU CL 18e).
* lazy-lizt.lisp
Half-lazy lists ("lizts"). It is a list where CAR is strictly
evaluated and CDR is lazy.
* samples.lisp
Some samples: prime numbers, Fibonacci numbers and natural
numbers.
* benchmark.lisp
Simple benchmark.
Lizp is licensed under MIT License.
You can donwload Lizp from http://lispnik.newmail.ru/lizp/
--
Ivan Boldyrev
Outlook has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.
- application/pgp-signature attachment: stored
- Next message: Russell McManus: "Re: Popularity of programming languages"
- Previous message: Tim Bradshaw: "Re: Why is lisp so weird?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]