Arc Forumnew | comments | leaders | submit | fjl's commentslogin
2 points by fjl 5640 days ago | link | parent | on: Where are we going?

arc is a movement, not a language.

the primary goal was not to build a language but to get an avalanche of new lisp implementations started.

that lisp is quite easy to implement makes the idea even more compelling.

-----

1 point by fjl 5640 days ago | link | parent | on: Where are we going?

the key point in this is conceptual closedness, designing things to fit into each other, leaving room for your solution to fill in the blanks.

arc/scheme (and, to a degree, common lisp) code shows this much clearer than other languages. abelson and sussman followed that route in SICP, too, but you need to read between the lines.

-----