Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
modified: Getting-Fancy-on-Rubinius.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Oakes committed Sep 30, 2011
1 parent f779e9d commit 5283295
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Getting-Fancy-on-Rubinius.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,3 +30,19 @@ Ruby integration


* It'd be a shame if it weren't there. :) * It'd be a shame if it weren't there. :)
* Friendly coexistance with Ruby * Friendly coexistance with Ruby
* First class Blocks -- you can pass multiples
* Lots of cool parts, lispy bits
* Takes advantage of how Rubinius is put together

Implementation Details
----------------------

* The compiler is just a subclass of the main Rubinius compiler
* Trying to reuse a lot of Rubinius internals

Takeaways
---------

* Fancy is a cool, but simple Ruby-ish language
* Rubinius is a great platform to play around with dynamic languages
* Not the only "other" Rubinius language

0 comments on commit 5283295

Please sign in to comment.