gotosan
A downloadable programming language for Windows
do you hate:
- subroutines?
- object oriented objects?
- sustainable code?
look no further, with everyones least favourite programming language gotosan!
gotosan is the compiled successor to gotochan that translates your code to c#, making it run much faster. benchmark for 5,000,000 iterations (seconds):
gotochan: 2.413 | gotosan: 0.398
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!
これは難解なプログラミング言語です。
Status | Released |
Category | Tool |
Platforms | Windows |
Author | Joyless |
Tags | programming-language |
Code license | Mozilla Public License 2.0 (MPL) |
Download
Development log
- changelog - v1.0.2Apr 16, 2023
- changelog - v1.0.1Apr 16, 2023
- release - v1.0.0Apr 15, 2023
Leave a comment
Log in with itch.io to leave a comment.