Skip to content

An esoteric programming language where you not just programming a turing machie, you are programming 13 turing machines!

License

Notifications You must be signed in to change notification settings

tm01013/MultiTapeTuringMachine

Repository files navigation

Multi Tape Turing Machine

An esoteric programming language made in C# where you not just programming a turing machie, you are programming 13 turing machines!

  • A actually useful esolang!
  • Inspired by brainfuck, but its 13 times better!
  • It has a vscode syntax highlighter (here)!
  • Turing complite!

Requirements:

  • Dotnet sdk 7.0 and 8.0

Usage

  1. Clone the repo

    git colne https://github.com/tm01013/Multi-Tape-Turing-Machine-MTTM.git
  2. dotnet publish

    cd Multi-Tape-Turing-Machine-MTTM
    mkdir out
    dotnet publish -o out --os <your os (linux, osx, win)>
  3. Run the interpreter
    Windows:

    ./out/MultiTapeTuringMachine.exe <path to your mttm script>

    Mac:

    ./out/MultiTapeTuringMachine <path to your mttm script>

    Linux:

    ./out/MultiTapeTuringMachine <path to your mttm script>

License: MIT

© Márton Tatár 2024

About

An esoteric programming language where you not just programming a turing machie, you are programming 13 turing machines!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages