From b9574a80f7aada467f012b1c3a08503c886de57e Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 11 Aug 2025 13:12:43 +0100 Subject: [PATCH] Initial commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md 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.