willhbr / tmux-compiler

Compile Python or Brainfuck to run in tmux

Home Page:https://willhbr.net/2024/03/15/making-a-compiler-to-prove-tmux-is-turing-complete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling code to tmux

Read more about it on my blog or watch a demo.

Usage for Python:

python main.py $input $output
./tmux -f $output a -t main

Usage for Brainfuck:

python brainfuck.py $input $output
./tmux -f $output a

This is tested using tmux version 3.3a on Ubuntu 23.04.

About

Compile Python or Brainfuck to run in tmux

https://willhbr.net/2024/03/15/making-a-compiler-to-prove-tmux-is-turing-complete/


Languages

Language:Python 98.9%Language:Brainfuck 0.8%Language:Shell 0.3%