Y
Hacker News
new
|
ask
|
show
|
jobs
by
CodeArtisan
2962 days ago
I am not sure about that. What about high order programming
(define (goto proc) (proc))
1 comments
pjmlp
2962 days ago
It still has a call stack, goto only goes forward.
link