Language history

This is a rough chronology of the development/evolution of ACT and influences from the literature.

Language development:

define prs (a)f()
 { p -> q+
   connect a p
 }

cell (_)f()
define f (node a)
{  node p, q;
   prs {
       p -> q+
    }
   a = p;
 }
f();