💾 Archived View for jb55.com › ward.asia.wiki.org › abstraction-in-turtle-geometry captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-04)
-=-=-=-=-=-=-
We seek to bring previous javascript experiments with turtle geometry to wiki. We are porting a turtle geometry editor from a previous jQuery-based implementation to a modern ES6 implementation. In our most recent branch we have a proof-of-concept that our editor can save geometry into the memory of a seran-wiki outpost where it can be included in a node-based wiki and forked into the wider federation.
see localhost.ts: github
Prior publications in chronological order and also a link to a inspirational book on the subject.
Logo, Fractals, Recursion: Programming and Removing Repetition: blog
Interactive Turtle Graphics in a Browser: blog
Turtle Geometry, Harold Abelson & Andrea diSessa book
Turtle Geometry Exercises: blog
Programming by Touch: blog
These javascript snippets and the associated assets are examples of how one can experiment with self-hosted plugin development.