Changes between Version 16 and Version 17 of ToDo
- Timestamp:
- Dec 6, 2010, 7:01:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToDo
v16 v17 18 18 Docbook content easier. 19 19 20 Better documentation generally. Producing this would presumably 21 be made easier by better tools. 22 23 == Debugging == 24 Single stepping (not the evaluator kind, the compiled code kind). 25 26 == Delivery == 27 Tree-shaking support. 28 29 Make the lisp available as a shard library. 30 20 31 == Release Tools == 21 22 32 We now have a buildbot that builds and tests ccl automatically. In addition to ccl's own test suite, 23 33 it would be desirable to run and test other major software. For instance, … … 44 54 Bring back Fred. 45 55 56 == Lisp == 57 Implement missing CLOS MOP features. 58 59 == Compiler == 60 Better machine-word arithmetic support. Or maybe an 61 interface akin to !LispWorks's int32 API. 62 46 63 == Runtime/GC Enhancements == 47 64 Make ccl reliably handle out-of-memory conditions on operating systems … … 54 71 == Objective-C Bridge == 55 72 Revive support for the GNU Objective-C runtime in the Objective-C bridge. 73 74 == Java == 75 The jfli interface to Java ships with ccl as an example, but perhaps an 76 improved bridge would be useful (e.g., for Android). 56 77 57 78 == Project Infrastructure ==