Hacker News new | ask | show | jobs
by smacke 976 days ago
Is the recursion limit an implementation detail of the compiler though, or something statically built into the language? If the former there's nothing to prevent the language itself from being Turing complete.

(Similar to how every Turing complete programming language today runs on something technically weaker than a Turing machine due to finite memory.)

1 comments

There’s no spec so the compiler is the language.