cover

Introduction

Brainease is a scripting language that has many similar concepts with brainf*ck, sharing some principal concepts, like memory and instructions. It was created to be a simple and faster language to create, but also to be a language that is easy to read and understand.

  • One instruction per line, long files but shorter width.
  • Syntax highlighting for every IDE that supports highlighting for the R language.
  • Memory management done with a simple, fast and linear memory allocation system.
  • Python-like indentation system - Just two spaces.

Contributing

brainease is free and open source. You can find the source code on Github and issues and feature requests can be posted on the Github issue tracker. Brainease relies on the community to fix bugs and add features.

License

The brainease compiler source and his documentation are released under the GPLv3.