rev 259 - trunk
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-04-02 04:03:27 -0500 (Fri, 02 Apr 2004)
New Revision: 259
Modified:
trunk/STATUS.txt
Log:
more status changes
Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt 2004-04-02 07:35:32 UTC (rev 258)
+++ trunk/STATUS.txt 2004-04-02 09:03:27 UTC (rev 259)
@@ -38,17 +38,25 @@
make := work like = but usable as an expr
looks like a no-go
-Point = proto(base1, base2): function?
-func = def(arg1, arg2): function?
+Point = proto(base1, base2):
+func = def(arg1, arg2):
+o = Obj(bases=Object, args):
+f = Func(args):
+
sets and other zephyr email items -- use <> ?
Allow obj^attr ?
----------------------- TO-DO (highest priority first) ------------------------
+--- add list comprehension
+
--- add Object.clone() method
+--- switch def to use clone instead of singleton
+--- switch mro method to C3
+
--- catch exceptions during module loading
--- smarter continuation - remove \