Skip to content
forked from redocmath/Tsharp

🚀 Stack-oriented programming language.

License

Notifications You must be signed in to change notification settings

nikolashn/Tsharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


The T# Programming Language

Docs | Docs(日本語) | Vim | VSCode

Ubuntu Windows CodeQL

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 (build) && Run

Install

go build main.go

Run

$ ./main <filename>.tsp

or

$ ./main.exe <filename>.tsp

Hello World

"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

Sudoku solver in T#

https://github.com/Tsharp-lang/SudokuSolver

Screen Shot 2022-02-13 at 13 18 13

Tic Tac Toe

tic tac toe written in T#

https://github.com/Tsharp-lang/tictactoe

tictactoe

Contributing

Welcome! 💕

About

🚀 Stack-oriented programming language.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 98.0%
  • Vim Script 1.8%
  • AMPL 0.2%