Won't let me tailrec optimize it though :disappoin...
# random
m
Won't let me tailrec optimize it though 😞
e
There is no tail recursion in this code at all
I.e., none of the recursive
eval
invocations is in the tail position. Even LISP will not optimize that
m
Yh I know. Just looks like something that should be optimizable in this case