Hm. I need to track recursive depth in my FORTH. I wrote a recursive Fibonacci word and blew Python’s recursive limit of 1000, as well as my FORTH’s max int. But the code works.
#programming #forth #python #fibonacci
Hm. I need to track recursive depth in my FORTH. I wrote a recursive Fibonacci word and blew Python’s recursive limit of 1000, as well as my FORTH’s max int. But the code works.
#programming #forth #python #fibonacci