Scheme implementations are required to have proper tail recursion. Racket goes 
further and lets the programmer make recursive calls from any position without 
fear because, to paraphrase Dr. Flatt, it's the 21st century and stack 
overflows should not be a thing. My questions are: Is there a name for this 
feature? And do any other major languages or implementations have it? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to