Join Slack
Communities
Powered by
Won't let me tailrec optimize it though :disappoin...
# random
m
mwerschy
04/20/2017, 2:10 PM
Won't let me tailrec optimize it though 😞
e
elizarov
04/20/2017, 2:11 PM
There is no tail recursion in this code at all
elizarov
04/20/2017, 2:11 PM
I.e., none of the recursive
eval
invocations is in the tail position. Even LISP will not optimize that
m
mwerschy
04/20/2017, 2:12 PM
Yh I know. Just looks like something that should be optimizable in this case
Open in Slack
Previous
Next