Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.03 KB

ic³-logo

Build Status Gitpod Ready-to-Code

A Logo interpreter for the Internet Computer, written in Motoko.

Goal

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.