rottytooth / Entropy

Compiler for Entropy, a programming language where all data is in a constant state of decay

Home Page:http://danieltemkin.com/Entropy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entropy

Compiler for Entropy, a programming language where all data is in a constant state of decay. Entropy forces the programmer to give up on precise control, and get an idea across in the short time before their program falls apart.

The compiler takes these options:

/h or /? -- print help screen
/m -- set mutation rate (speed that data decays), must be between 0.001 and 100
/d -- Debug mode: parse tree and print to screen
/c -- Transpile to C#

For more info:

See Entropy in action with Drunk Eliza: http://danieltemkin.com/DrunkEliza

Entropy lives here: http://danieltemkin.com/Entropy

More details: http://esolangs.org/wiki/Entropy

JS version: https://github.com/ndrwhr/entropy

About

Compiler for Entropy, a programming language where all data is in a constant state of decay

http://danieltemkin.com/Entropy

License:GNU General Public License v2.0


Languages

Language:C# 100.0%