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
Sudoku solver in T#
https://github.com/Tsharp-lang/SudokuSolver
tic tac toe written in T#
https://github.com/Tsharp-lang/tictactoe
Welcome! 💕