Add tailrecursive
annotation that makes the compiler check if a given function is tail recursive
#1789
inoas
started this conversation in
Ideas & suggestions
Replies: 1 comment
-
I hope we can have this as this allows a programmer to state his intention and then the compiler to tell the programmer that s*he is wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.youtube.com/watch?v=YKwBBe3FlAM#t=17m12s at 17m12 shows the feature in Scala.
Beta Was this translation helpful? Give feedback.
All reactions