Arc Forumnew | comments | leaders | submitlogin
4 points by sjs 5887 days ago | link | parent

Arc doesn't use ccc for web apps, just good old closures.


7 points by almkglor 5887 days ago | link

Actually, the form of closure used by Arc is highly similar to a continuation passing style, so although it doesn't use 'ccc, it does use continuations.

-----