Michael Doornbos
About
CV
Projects
PGP Key
X
Christmas AND math. Sign me up.
▸
Nov 29, 2021
▸
Michael Doornbos
▸
0 words
← Today's "learn something every day": Been studying recursion implementations in modern languages like Python. Taking this back to 8 Bit machines...this is the first time I've ever studied implementing a manual push/pop stack pointer combined with memoization. Got a lot of uses to ponder for this. #commodore #VIC20 #python
Today's learn something every day: Back implementing manual stack and memoization on systems that don't REALLY do recursion. To help visualize loops, I started printing the status on every loop on a delay and reversing the stack pointer digit so I could follow it. #commodore →