"Cwright017" wrote:
Does the roku compiler offer anything such as tail call optimisation?
No. And neither does Python, to bring a widespread language into the picture. So get over it :mrgreen:
Wait till you learn there is neither lexical nor dynamic variable scope in B/S. Nor closures. I expected it will be big PITA w/o these. But you know what? It hasn't been an issue for me coding... if anything, it had prevented me from making subtle mistakes (like the kind of troubles the global scope in Javascript and Lua does).