[ANN] New Ruby Implementation - Rhinestone

J

John Barnette

Rhinestone version 1.0.0 has been released!

* <http://geeksomnia.com>
* <[email protected]>

I am happy to annouce the first release of Rhinestone, my new fork of
Ruby. Rhinestone's design removes millions of unnecessary, useless
bytes from Ruby.

Ruby is badly managed. The core developers have ignored my frequent
requests to deal with this inexcusable inefficiency, often spamming me
with "responses" written in a bizarre, incomprehensible nonsense
language. I'm a uniter, not a divider, but this sort of behavior
leaves me with very little choice.

Though I've inexplicably been denied access to Ruby's source
repository, I've decided to store Rhinestone on top of Ruby's trunk.
To extract the most up-to-date version of Rhinestone:

$ svn co http://svn.ruby-lang.org/repos/ruby/trunk
$ find trunk -type f -name '*.rb' | grep -v svn | xargs ruby -pi -e
'$_.gsub!(/[ ]{2,}/, " "); $_'
$ make && mv ruby rhinestone

Though I've done my best to make Rhinestone integrate cleanly, Ruby's
current core cabal are likely to retaliate. If Rhinestone is broken,
please file a ticket in Ruby's bug tracker.

In subsequent releases, I'll leverage the tens of millions of bytes
Rhinestone removes to add innovative, community-driven, in-demand
features. While the initial Rhinestone development push has consumed
most of my time, I've included one commonly requested feature:

# Geoff Grosenbach will sing you a lullaby.
$ rhinestone --geoff


~ j. // Rhinestone cowboy.
 
N

Nobuyoshi Nakada

Hi,

At Wed, 2 Apr 2008 07:00:39 +0900,
John Barnette wrote in [ruby-talk:296690]:
--- Rhinestone~
+++ Rhinestone
@@ -19,6 +19,5 @@

$ svn co http://svn.ruby-lang.org/repos/ruby/trunk
- $ find trunk -type f -name '*.rb' | grep -v svn | xargs ruby -pi -e
- '$_.gsub!(/[ ]{2,}/, " "); $_'
+ $ find trunk -type f -name '*.rb' | xargs ruby -pi -e '$_.gsub!(/[ ]{2,}/, " "); $_'
$ make && mv ruby rhinestone


Files under .svn directories are suffixed with .svn-base.
 
J

John Barnette

Hi,

--- Rhinestone~
+++ Rhinestone
@@ -19,6 +19,5 @@

$ svn co http://svn.ruby-lang.org/repos/ruby/trunk
- $ find trunk -type f -name '*.rb' | grep -v svn | xargs ruby -pi -e
- '$_.gsub!(/[ ]{2,}/, " "); $_'
+ $ find trunk -type f -name '*.rb' | xargs ruby -pi -e '$_.gsub!(/[ ]{2,}/, " "); $_'
$ make && mv ruby rhinestone


Files under .svn directories are suffixed with .svn-base.

Thanks very much for your patch. As my Rhinestone implementation was
initially perfect, this bug was undoubtedly introduced by Ruby's core
developers. Please open a ticket at
http://rubyforge.org/tracker/?func=browse&group_id=426&atid=1698.

Thanks!


~ j.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,607
Members
45,241
Latest member
Lisa1997

Latest Threads

Top