Tsharp Save Abandoned

? Stack-oriented, interpreted, dynamic typed, general-purpose programming language written in Go ʕ◔ϖ◔ʔ.

Project README

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! ?

Open Source Agenda is not affiliated with "Tsharp" Project. README Source: Tsharp-lang/Tsharp

Open Source Agenda Badge

Open Source Agenda Rating