Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
kinnard
3280 days ago |
link
|
parent
This sounds like stack based LISP as opposed to "list" based "LIS"P
2 points
by
akkartik
3280 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.
-----