Commit Graph

18 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
Eli Barzilay
7d50e61c7f * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689
2008-07-09 07:18:06 +00:00
Eli Barzilay
419152e81e provide unicode lambda symbol
svn: r9079
2008-03-24 20:30:31 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
523956b9c1 filter bug
svn: r7427
2007-10-01 14:17:34 +00:00
Eli Barzilay
c017ff26ae * Added a `toplevel-forcer' parameter
* Simplified special-form treatment of !s
* Fixed & improved `equal?'

svn: r7410
2007-09-25 01:53:45 +00:00
Eli Barzilay
8586952ab6 minor
svn: r7408
2007-09-25 01:13:20 +00:00
Eli Barzilay
beba8aa2d0 fix sort, improved filter, and fixed another bunch of applications
svn: r7407
2007-09-24 21:17:49 +00:00
Eli Barzilay
eef7c40127 new promises
svn: r6912
2007-07-14 05:08:23 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Eli Barzilay
9d13b2af2d keywords moved elsewhere
svn: r4544
2006-10-10 15:22:05 +00:00
Eli Barzilay
d77b1654b5 use only instead of rename
svn: r4543
2006-10-10 14:58:00 +00:00
Eli Barzilay
bcd850ac32 propagate some changes: special evaluation of toplevel expressions etc
svn: r4527
2006-10-09 03:45:18 +00:00
Eli Barzilay
e3c1b3022a moved forcers into their own module for easier access
svn: r4526
2006-10-09 02:46:44 +00:00
Eli Barzilay
b8586b743d some reformatting and minor clarification
svn: r4433
2006-09-25 18:16:42 +00:00
John Clements
fc7322a4b3 just checking it in
svn: r4426
2006-09-23 11:21:17 +00:00
Eli Barzilay
9bb43c33e5 Added the lazy language + DrScheme level
svn: r3965
2006-08-04 19:59:21 +00:00