Ask HN: What became of Steve Yegge's "Rhino on Rails"?

33 points by btucker ↗ HN
http://steve-yegge.blogspot.com/2007/06/rhino-on-rails.html

I just remembered about this and can't find any recent info besides Yegge calling it "a transitional thing"[1] in '08. It made a big splash after he announcement at FooCamp '07. Is it actually in use within Google? Has it or will it ever be released? Anyone know anything?

[1] http://steve-yegge.blogspot.com/2008/06/rhinos-and-tigers.html

19 comments

[ 3.4 ms ] story [ 52.6 ms ] thread
What became of Steve Yegge?
I heard he's stuck in a fish tank, swimming along the edges of the glass to find a way out.
I use it. I'm working on open sourcing it.

I kind of worry that the timing for open sourcing it now isn't the greatest, since with the advent of all sorts of commonjs bits, people probably already have their own frameworks. Also, the implementation lags behind what Rails looks like now, so its a bit... weird.

Don't worry about the timing; people are always looking for better software, better programming languages, and better frameworks.
Opening it up might speed up development, to catch up with Rails?

I don't think there are any killer web frameworks for JavaScript yet?

And how about node.js on rails? Anyone working on it? Maybe with MongoDB backend? It looks like a convenient fit to me.
Now I have to ask, what exactly makes a framework a rails framework?
If the default "it works" page has rounded corners and no text smaller than 32pt, it's a rails framework.
If I had to come up with a definition, it would be "Full stack web framework with sensible defaults, that emphasizes DRY and COC." As always, any time you reduce something, it's lossy...
I think you got two good answers. They aren't even conflicting, just presenting the two sides of the coin.