commit b9574a80f7aada467f012b1c3a08503c886de57e Author: Simon Brooke Date: Mon Aug 11 13:12:43 2025 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2f5825 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# dengine + +A Clojure library designed to implement the D-Tree engine for Arboretum. + +If I don't know how to write a D-engine, no one does. The engine is not (or should not be) what's complex about getting Arboretum working again; it's the user interface that's surprisingly tricky. If I can get the engine working once (without a user interface), it will make working on the user interface prototypes easier. + +After all, the original Acornsoft Lisp prototype didn't have a user interface. + +## Usage + +FIXME + +## License + +Copyright © 2025 FIXME + +This program and the accompanying materials are made available under the GNU +General Public License as published by the Free Software Foundation, either +version 2 of the License, or (at your option) any later version, with the GNU +Classpath Exception which is available +at https://www.gnu.org/software/classpath/license.html.