New Ruby Implementation – Brobinius

Posted by – April 1, 2008

Brobinius version 1.0.0 has been released!

*
*
*

I am happy to annouce the first release of my new fork of Ruby called
Brobinius. The goal of Brobinius is to implement new language features
that I have noticed to be completely missing.

For example, Object#tase! The tase method is featured in many other languages
but is sadly missing from Ruby. Brobinius has a fully implemented tase! method.


>> x = Class.new
=> #<Class:0x3632ec>
>> x.tase!
RuntimeError: Don't tase me bro
from (irb):2:in `tase!'
from (irb):6
>>
[/sourcecode]

Brobinius also has fully serializable kittenuations. You can create and
serialize your kittenuations, then pick up your snuggling where you left off.
For example:


>> lol = Kittenuation.new {
?> look_cute
>> throw :yarn
>> look_cute
>> }
=> #<Kittenuation:0x366244>
>> lol.snuggle
>> Marshal.load(Marshal.dump(lol)).snuggle
[/sourcecode]

Since Brobinius's kittenuations are serializable, you can share them over the
network with friends!

Brobinius also features screencasts with automatic YouTube uploads. All you
have to do write your program, then pass the --screencast option to Brobinius.
Brobinius will automatically create a screencast of your program and upload it
to YouTube:


$ brobinius --screencast my_code.rb
[/sourcecode]

You can even add the --geoff flag to create screencasts with Geoffrey
Grosenbach doing the voice over.

*
*
*

2 Comments on New Ruby Implementation – Brobinius

  1. Pinco Pallino says:

    Will it run Trains on Ruby?

  2. [...] I was going to put in the time and get a forked ruby out, but the maker of tender love beat me to it. Brobinus adds some much needed features like Object#tase! and brobinius –screencast my_code.rb for youtube integration. link [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>