TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Brainfuck on Rails

2 点作者 masylum大约 14 年前
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.

暂无评论

暂无评论