Email or username:

Password:

Forgot your password?
Johannes Ernst

What do you mean, ancient computers with no stack? My first BASIC interpreter didn't have a stack, and it felt really modern! Well, back then. So I passed arrays around and an index. Worked "fine" even for recursion.

But then I wanted to port my recursive generate-a-christmas-tree algorithm to my little cousin's BASIC interpreter, as a Christmas present, and it wouldn't let me pass the array to the subroutine either. That's when things got a bit difficult ...

devblogs.microsoft.com/oldnewt

1 comment
Timjan

@J12t
Several things there that I didn't know that I needed to know, back in 1995 when trying to make sense of QBASIC's built-in help files.
@Paxxi

Go Up