edvb / tisp

Tiny lisp, simple and embeddable scheme-like language
https://edryd.org/projects/tisp/
zlib License
26 stars 2 forks source link

tail call optimization? #2

Closed rain-1 closed 1 day ago

rain-1 commented 6 years ago

is there any intention to support proper tail calls? (iterative loops)

edvb commented 6 years ago

Yes this is something I would like to see implemented in the future, although right now it is not a super high priority since currently you can't even define functions within the language.