L1VM - info

Here I will give a short intro about what you can do with my Brackets programming language for L1VM. You can build CLI programs with text output and input. The bytecode generated by the compiler and assembler can run on multiple platforms: Windows 10/11 via WSL, Linux (tested on Debian, Ubuntu, Fedora) and macOS.

You can also use my SDL module to build GUI applications. The SDL module has full access to keyboard, mouse and joystick inputs. There is a full TCP/IP networking module. And file I/O is also possible. You can even use math with big numbers using the mpfr C++ module.

You can develop your own modules in C and C++. So there are no limits in doing things.