Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.sys.apple2    |    Discussion about Apple II micros    |    56,720 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 56,485 of 56,720    |
|    I am Rob to All    |
|    Re: Some thoughts I had (Logo, turtle gr    |
|    22 Dec 23 11:08:14    |
      From: gids.rs@sasktel.net              > That is very clever. I really like it. And yet, I'm not sure you've       > convinced me. Haha. Because, while you're technically correct, I'm not       > sure it would be good to use in a Logo-like, teaching scenario. It       > would be more suited to a weed circle. Haha. I'm just kidding. I love       > it. I was thinking more to the effect that BASIC doesn't have local       > variables, but you solved the variables problem. I wonder if this is       > how it is done in Assembly Language?              Just be aware that the stack is limited for both LOGO, Applesoft and ML. It       only has a 256 byte range. Meaning each recursion puts 2-bytes on the stack       for ML whereas each GOSUB will put 5 bytes on the stack. Unsure what LOGO       pushes on the stack.              For assembly, instead of using the GOSUB 1010 in line 1030, it would be "JSR       address" of where in memory line 1010 started.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca