Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

gotochan - everyone's least favourite programming language!

A topic by Joyless created Mar 22, 2023 Views: 99
Viewing posts 1 to 1

do you hate:

  • subroutines?
  • object oriented objects?
  • sustainable code?

look no further, with everyones least favourite language gotochan!

gotochan is an esoteric programming language made almost entirely of goto and labels. its designed to be as difficult to read as possible. take a look at some example code:

counter = 10
param = ~countdown:~
param += counter
param += ~\n
goto say
counteriszero = counter == 0
param = 0.5
goto wait
counter -= 1
goto +2 if counteriszero
goto -9
param = ~blast~off!
goto say

can you guess what it does?

try out gotochan for free here!