Author: jimb
Date: Sun Oct 22 04:02:03 2006
New Revision: 656
Modified:
trunk/TODO
Log:
New items.
Modified: trunk/TODO
============================================================
==================
--- trunk/TODO (original)
+++ trunk/TODO Sun Oct 22 04:02:03 2006
 -86,6
+86,8 
* Exceptions should be structures as in Mzscheme, not
strings.
+* Hash tables need an iterator or a for-each function.
+
==== prd.txt item 8 ("Full R5RS, with modules and
macros") finished
 -148,6
+150,11 
* Once GC avoids copying large objects, use malloc /
realloc to manage
eqv hash tables; see comments in hash.c.
+* Implement leases for accessing string and byte vector
contents. I
+ think this will address many people's objections to the
JNI-style
+ interfaces, by allowing Minor API function calls to get
pulled out
+ of inner loops.
+
* There should be immutable pairs. Yes, this means you
can't use a
constant displacement in an addressing mode to access cars
and cdrs;
you'll really have to mask things off. Get over it.
_______________________________________________
Minor mailing list
Minor red-bean.com
http:/
/www.red-bean.com/mailman/listinfo/minor
|