john-science / slowloris

A DIY-LISP.
5 stars 3 forks source link

Support Tail Recursion #47

Open john-science opened 8 years ago

john-science commented 8 years ago

I can't stand the idea of a LISP without tail recursion. So that needs to be supported. This can be done using a decorator after #46 is complete.

Also, see this website for a simple interpretation.