gotochan
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!
Status | In development |
Category | Tool |
Platforms | Windows |
Author | Joyless |
Tags | programming-language |
Code license | Mozilla Public License 2.0 (MPL) |
Download
Development log
- changelog - v1.1.0Apr 16, 2023
- changelog - v1.0.14Apr 03, 2023
- changelog - v1.0.12Apr 03, 2023
- changelog - v1.0.11Apr 01, 2023
- changelog - v1.0.10Mar 27, 2023
- changelog - v1.0.9Mar 26, 2023
- changelog - v1.0.8Mar 26, 2023
- changelog - v1.0.7Mar 26, 2023
Leave a comment
Log in with itch.io to leave a comment.