Commit Graph

7 Commits

Author SHA1 Message Date
Eli Barzilay
6994edd977 * Revised lazy/force so it actually works:
- `!!' now scans the same kind of data that `make-reader-graph'
    handles (except that hash-tables are not implemented)
  - this means no structs, no mpairs, and a bunch of other stuff
  - `!!!' is gone (lazy procedures are not wrapped)
  - dealing with multiple values moved into lazy/lazy.ss itself (and
    in the future everything will move in there)
* Removed lazy/promise, and use scheme/promise instead.  Also remove
  the docs for lazy/promise that were bogus (since scheme/promise *is*
  doing the same thing now).
* Other adjustments to the docs.  They should be considered incomplete
  now, and will need a major rewrite when the whole thing works again
  (multiple values things are just commented out for now).
* Added a test macro and a quick test suite for lazy/promise.
* The lazy tests are added to the nightly build tests

svn: r11042
2008-08-03 06:28:25 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
7503586cea comment
svn: r6919
2007-07-15 06:39:12 +00:00
Eli Barzilay
2758133083 plain definitions are better karma
svn: r6914
2007-07-14 14:14:58 +00:00
Eli Barzilay
eef7c40127 new promises
svn: r6912
2007-07-14 05:08:23 +00:00
Eli Barzilay
c56394a0fc fix for PR8480
svn: r5291
2007-01-10 08:27:12 +00:00
Eli Barzilay
e3c1b3022a moved forcers into their own module for easier access
svn: r4526
2006-10-09 02:46:44 +00:00