Arc Forumnew | comments | leaders | submitlogin
1 point by kinnard 2931 days ago | link | parent

This sounds like stack based LISP as opposed to "list" based "LIS"P


2 points by akkartik 2931 days ago | link

Yes, my impression is that "stack-based lisp" describes http://factorcode.org to a 't'. In Factor you can throw code on the stack by a process called.. quoting. And then invoke it inside some other higher-order function.

-----