Hacker News new | ask | show | jobs
by eru 3630 days ago
Interesting. I assume they allow the special cases of tail recursion introduced by 'while', 'for' and similar constructs?
1 comments

goto is banned; loops must be statically bounded.
Thanks for the information!