diff --git a/README.md b/README.md index 4533a55..16bd3c0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# tittle +# Tittle + +Turtles in [Scittle](https://babashka.org/scittle/). + +See [Papert, S: Mindstorms](https://www.worldofbooks.com/en-gb/products/mindstorms-book-seymour-papert-9780745016047). + +## State of Play + +As a proof of concept, this kind of proves the concept; but it doesn't work, the trigonometry functions are pretty badly broken. + +I have not (yet) managed to get a scittle REPL running. + +## Licence + +Copyright © Simon Brooke 2025 + +This program is free software; you can redistribute it and/or modify it under the terms of 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. + -Turtles in Scittle \ No newline at end of file diff --git a/deps.edn b/deps.edn new file mode 100644 index 0000000..84bcd9f --- /dev/null +++ b/deps.edn @@ -0,0 +1,8 @@ +{:deps {io.github.babashka/http-server + {:git/sha "b38c1f16ad2c618adae2c3b102a5520c261a7dd3"} + io.github.babashka/sci.nrepl {:mvn/version "0.0.2"} + http-kit/http-kit {:mvn/version "2.8.1"} + + instaparse-cljs/instaparse-cljs {:mvn/version "1.2.2-SNAPSHOT"} + org.babashka/sci {:mvn/version "0.10.49"} + }} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b614a0f --- /dev/null +++ b/index.html @@ -0,0 +1,222 @@ + + +
+