All Projects → gaurav-gogia → mutant

gaurav-gogia / mutant

Licence: MIT license
Mutant is an open-source, garbage-collected programming language that tries to enable security by default.

Programming Languages

go
31211 projects - #10 most used programming language

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 ^.^

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].