We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Talk:Intcode

From Esolang
Jump to navigation Jump to search

Can anyone think of how one could implement function calls with this language? The main problem being the ability to return to where a previous jump took place. I've written an assembly language as well as the necessary transpiler. These two allow me to write IntCode that has labels and I can jump to labels, but now I' can't think how to return from these "functions". I think this language is a lot of fun, so I'd love to keep pushing it to its limits without forking it. ApisNecros (talk) 21:25, 19 February 2025 (UTC)