From: Ivan Boldyrev
Subject: [ANN] Lizp 0.1 -- lazy extension of Common Lisp
Date: 
Message-ID: <kgr9h1xles.ln2@ibhome.cgitftp.uiggm.nsc.ru>
--=-=-=
Content-Type: text/plain

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.

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.4 (GNU/Linux)

iQEVAwUAQEI+9A4ALcwzZFpVAQIl6gf8CvE7yXSVjjn2poSBk34ZCeuyv++m6qgh
+alXbCHWJ1bJnnxKq8nttw29DNKXF5SVLJ19pJWkNEy9Z1FeJr3N7IJZN+HryiL+
sxEVCgr3/bXQutRARv0a8MjNWTB7WdzvoBvDOJCQNfpw5Yb1wkSv0ZiaAcklKiaI
Css1lb+MQoK//GcNSRvzY9tCc2X1vSwUmxsEdnpn+kGUQWbJ+U3bVxGPRkxSMBHH
Kq24BJermeFaQR+i1qYrxO/riIdRzqb+QVEVBO1gBO8ItzFi9INAsGHXrb9kt0dH
Z0vW+FlMP63YGt39CE6dCfjstkPB9awP5zw3QvL24ZGKFZ6W/CD1HA==
=XB6y
-----END PGP SIGNATURE-----
--=-=-=--