Vism (/vɪzᵊm/) is an esoteric programming language inspired from Vi(m) keystrokes, x86 ASM and Brainfuck.
You can find the specification of the language here.
See CONTRIBUTING.md.
curl https://raw.githubusercontent.com/qexat/PyVism/main/download.sh | bash
It will clone, set up and install PyVism in a virtual environment.
You can also clone manually and run install.sh.
vism
Options
- --force-universal: (POSIX only) by default, POSIX systems enjoy a better REPL, with a lot of fancy features. This flag forces starting the universal version instead.1
- --raise-python-exceptions: by default, unhandled Python exceptions are silently ignored. This flag makes them raised.
- --store-invalid-input: by default, invalid inputs are not saved in the history. This flag makes them stored.
1 This flag has no effect on non-POSIX systems.
vism run <file>