💾 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

View Raw

More Information

⬅️ Previous capture (2021-12-04)

-=-=-=-=-=-=-

Abstraction in Turtle Geometry

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

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

blog

Interactive Turtle Graphics in a Browser: blog

blog

Turtle Geometry, Harold Abelson & Andrea diSessa book

book

Turtle Geometry Exercises: blog

blog

Programming by Touch: blog

blog

These javascript snippets and the associated assets are examples of how one can experiment with self-hosted plugin development.