After months of development I'm proud to present to the Brainfuck community the first MVC web framework.<p>(from the github documentation)<p># Brainfuck on Rails<p>Brainfuck on Rails (BoR) is a production-ready port of the popular ruby framework [Ruby on Rails](https://github.com/rails/rails).<p>## Usage<p>To use BoR you just need to:<p><pre><code> git clone git://github.com/masylum/Brainfuck-on-Rails.git
</code></pre>
Then download your favourite Brainfuck compiler/interpreter. I recommend the ones writted in Brainfuck itself. They perform better and you don't need to learn another language to check the source.<p>## Why Brainfuck?<p>The main reason of porting RoR to Brainfuck was obviously that <i></i>BF scales out-of-the-box<i></i>.<p>Did you know that Facebook's "poke" is implemented using BF?<p>## Performance<p>BoR performance is awesome. It runs thousands of events loops that allow you to execute millions of parallel asynchronous expresions.<p>The footprint of the framework is almost inexistant. It just needs 20MB of memory. You can even run the framework on the cheap amazon machines!<p>## Convention over configuration<p>BoR doesn't need <i></i>any<i></i> configuration. We took the best decisions for you. If you don't agree, feel free to fork the project, but I will ignore your pull-requests, bitch.<p>## Tests<p>Something that really annoyed me of RoR was _testing_...BDD, TDD, cucumbers, rats... are your serious? We sent a man to the moon with fucking prehistoric computers and we still have to test our web applications?<p>BoR <i></i>doesn't need tests<i></i>, the framework doesn't let you shoot your foot giving you always detailed error messages on compile time.