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

Screenshot of tail end of recursive Fibonacci word in FORTH