私は再帰について勉強していて、この質問に出くわしました:
FORTRAN implementations do not permit recursion because
a. they use static allocation for variables
b. they use dynamic allocation for variables
c. stacks are not available on all machines
d. it is not possible to implement recursion on all machines.
答えは (a) であることがわかりました。
しかし、プログラミング言語が再帰をサポートするために必要なすべての機能を知りたいです。
誰か私の疑問を解決してくれませんか
前もって感謝します