A downloadable programming language for Windows

do you hate:

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

look no further, with everyones least favourite programming language gotochan!

gotochan is the interpreted predecessor to gotosan, a compiled language which runs much faster. however, gotochan does not need to spend time compiling and has more intuitive error messages.

lets make a hello world program!

param = ~Hello~World!
goto say

now lets try a countdown!

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

simple, right?

all you need to know this language are: goto, backto, label.

if you ever need help, look at the documentation!

これは難解なプログラミング言語です。

want to show off your creation? check out the gotochan jam!

Download

Download
gotochan v1.1.0.zip 79 kB
Download
gotochan v1.1.0 documentation.pdf 199 kB
Download
source code
External

Development log

View all posts

Leave a comment

Log in with itch.io to leave a comment.