Useless programming language made in ~2 months. Includes:
- miserable syntax
- all interpreter codebase in single C++ file
- assembly-like features
- about 20% of Python 3.10 speed
- OpenGL
- classes
- goto <3
- raw pointers
- memory leaks
- segmentation faults
- and more...
- download the repo in zip file
- unzip it to
futilang
into your home folder (yeah it best builds on linux)unzip -qo futilang.zip rm futilang.zip
- while not leaving bash after previous commands,
rm -r futilang
Done.