diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-26 05:19:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-26 05:19:13 +0000 |
commit | cf64ce3c27a567e8d39e516d825c24b9c7dc7bef (patch) | |
tree | 316cfdd4d8fe143cff5a0a84d9c8916cac31754b | |
parent | dab99d0f13838666c79ee4fdf65ae896f400dd6e (diff) | |
download | open-axiom-cf64ce3c27a567e8d39e516d825c24b9c7dc7bef.tar.gz |
update TODO and NEWS
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | TODO | 8 |
2 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,6 @@ + × OpenAxiom developers: depsys is no longer built. All files in + src/interp/ are now compiled with bootsys. + × OpenAxiom now has a domain domain for representing the abstract syntax tree of Spad and Boot programs. @@ -34,10 +34,6 @@ * Improve Boot documentation -* Have OpenAxiom use bootsys compile all Boot codes in src/interp. This - requires auditing the code for uses of special functions which - act differently in boot and shoe (like MEMBER). - * Reduce the number of bar Lisp codes to the minimum residual. * Fix codes in src/interp, src/hyper, and src/hyper/pages/util.ht that @@ -104,6 +100,10 @@ this facilitates support for Lisps that rely on dynamic loading (e.g. SBCL, ECL). +* Have OpenAxiom use bootsys compile all Boot codes in src/interp. This + requires auditing the code for uses of special functions which + act differently in boot and shoe (like MEMBER). + ================================================ === New Boot vs. Old Boot compatibility notes == ================================================ |