Posted bythecreator2 years ago
Ever wondered what code would look like without a call stack?🤔 Well, there was a time like that in the early days of computing. Functions would still work but they didn't behave like the functions you know today. Recursion using function calls by themselves was impossible subsequent calls would simply erase current data (I guess that means tail recursion was possible  🙃)
No Comments