john-science / slowloris

A DIY-LISP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Tail Recursion

john-science opened this issue · comments

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.