Roop says

I created gravity?

Roop says header image 1

JRuby, Ruby gem command conflict

April 18th, 2008 · 2 Comments

I would have to assume that there are plenty of developers out there that want to install JRuby and Ruby on the same machine. There is a tragic flaw with this, the gem command is the same for both. If you add both to the path there is no way to distinguish between the […]

[Read more →]

Filed Under: development · languages · programming

The JVM is not Java

February 15th, 2008 · No Comments

Is this another rant?….Yes. I apologize for all the rants lately, but hopefully there is some educational value woven throughout my posts, and besides I promised this one.
Lets start with a history lesson…
In the beginning there was assembly, the language that changed with each machine architecture. The machines ran quick and required little […]

[Read more →]

Filed Under: development · languages · theory

acts_as_conference

February 11th, 2008 · 3 Comments

This past weekend I had the pleasure to attend a local conference, acts_as_conference. The conference was described as an event that was focused on Ruby on Rails, but it seemed to be much more focused on Ruby, with Rails in mind. Overall I think the conference was a great success at $100 a […]

[Read more →]

Filed Under: community

Oracle Using JRuby

December 7th, 2007 · No Comments

In case you didn’t hear this a couple weeks ago, Oracle published their first JRuby on Rails application as a top level domain on oralce. The application is called Mix, and although I am not exactly sure what it does, it does seem that the same experience that happens with most Ruby converts happened […]

[Read more →]

Filed Under: languages

JVM Language War

December 7th, 2007 · No Comments

Today it seems that certain people have their panties in a wad over a post from Charles Nutter on how to make Ruby syntax look like Groovy syntax.
When I first saw Charles’ post I immediately saw it as a tool to help a friend of mine who is familiar with Groovy syntax understand Ruby syntax […]

[Read more →]

Filed Under: languages

If at first you don’t succeed…

September 22nd, 2007 · 4 Comments

Anyone who has been following my blog, probably knows that I have been working on some PoC work with Buildr at my office. Well when it came down to it, my boss and I decided that Buildr just isn’t quite ready for our office. After we came to the sad realization that I wouldn’t […]

[Read more →]

Filed Under: development