Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.58 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.58 KB

The mutant Programming Language

mutant is an open source programming language whose aim is to provide an accessible, secure system for programming & security research.

Key features of mutant

  1. KISS: The language is simple enough to be learnt in under an hour
  2. Compile time & Runtime Security: Encrypted byte code ensures security on disk and in memory
  3. Cross Platform: MVM (Mutant Virtual Machine) makes sure that the language works on YOUR machine
  4. Cross Compilation: mutant supports compiling standalone, independent binary executables for multiple platforms.

Download & Install

Binary Distributions

Official binaries are available in this repository's release section

Installing mutant from source

Pre-Installation: Download & Install GoLang

git clone https://github.com/gaurav-gogia/mutant
cd mutant
go install

Featured In

Documentaiton

For all things mutant, please visit the official website ^.^