1. Gosub – An open-source browser engine - Hacker News
Missing: hack | Show results with:hack
Last year I wrote a post about trying to make a change in the world by writing a browser.
2. GOSUB with Python byte code
Jul 26, 2009 · In these results, "GOSUB" is the hand-written GOSUB hack discussed above, and the other two use the regular Python function call mechanism: one ...
This blog post is about some of the terrible ways you can abuse Python byte code: specifically, by using it to implement lightweight function calls ("GOSUB") directly in byte code. Doing this is obviously stupid and disgusting, and (spoiler) regular Python function calls are fast enough to make this hack not worth the effort. But trying it was quite interesting.
3. gosub ? - GameCreators Forum
Dec 2, 2014 · I think gosub is a nice simple method of separating "in-line" code to reduce repetition. I hardly use it myself except for initialising other ...
Author
4. GOTO, GOSUB, Stack Overflows and 6809 stack jumping.
Missing: hack | Show results with:hack
While wandering through the Color/Extended/Disk BASIC Unraveled books trying to figure out how the RAM hooks worked, I came across a technique that I had never used. So of course I’m going to…
5. Why did you remove GOSUB in SUBs ? - freebasic.net
Missing: hack | Show results with:hack
Locked
6. Is it ok to have a gosub inside a hotkey inside a loop like this? - AutoHotkey
Sep 16, 2022 · I devised this method below to include a hotkey inside a loop (and have the loop repeat after pressing the hotkey).
Forum rules
7. Is use of GOSUB bad coding? - PureBasic Forums - English
Missing: hack | Show results with:hack
Post Reply
8. Is GOTO faster than GOSUB? - thec64community
Missing: hack | Show results with:hack
I come from the school that says GOTO statements are to be avoided, and that GOSUB/RETURN routines are preferable. But from what I can tell, GOSUB in C64 BASIC risks slowing things down, especially