Its a cheap fork :)
I made it because something happened to the original repo ¯\(ツ)/¯
and I want to save it
WARNING! THIS LANGUAGE IS A WORK IN PROGRESS! ANYTHING CAN CHANGE AT ANY MOMENT WITHOUT ANY NOTICE!
It's like Forth, but written in Go ʕ◔ϖ◔ʔ.
Stack-oriented programming
Install
go build main.go
Run
$ ./main <filename>.tsp
or
$ ./main.exe <filename>.tsp
"Hello World" println
block main do
{"game" "web" "tools" "science" "systems" "embedded" "drivers" "GUI" "mobile"} -> areas
0 for dup areas len < do -> i
"Hello, " print areas i read print " developers!\n" print
i inc
end
end
main
Welcome! 💕