Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxtilford
5959 days ago
I think tail call elimination is handled in the Apply method for closures -
http://github.com/bobappleyard/golisp/blob/master/lisp/lisp....
. Looks like a trampoline to me.
1 comments
andrewcooke
5959 days ago
Ahhh. Thanks. After thinking about that I realised I don't understand Go's syntax :o)
link