The mutant Programming Language
mutant is an open source programming language whose aim is to provide an accessible, secure system for programming & security research.
- KISS: The language is simple enough to be learnt in under an hour
- Compile time & Runtime Security: Encrypted byte code ensures security on disk and in memory
- Cross Platform: MVM (Mutant Virtual Machine) makes sure that the language works on YOUR machine
- Cross Compilation: mutant supports compiling standalone, independent binary executables for multiple platforms.
Official binaries are available in this repository's release section
Pre-Installation: Download & Install GoLang
git clone https://github.com/gaurav-gogia/mutant
cd mutant
go install
For all things mutant, please visit the official website ^.^