A Logo interpreter for the Internet Computer, written in Motoko.
The goal is to explore the following:
- Customization of Candid UI library; Animation on the Internet Computer
- Incrmental computation with different requirements from SAC/Adapton, e.g. Output delta result (no in-place update); Focus on efficient support for collection types; No support for general recursion; No need for memoization
- Realizing Bret Victor's idea on Inventing on Principle
So yes, the prefix "ic" represents these three things: Internet Computer, Incremental Computation and Interactive Computing.