Roop says

I created gravity?

Roop says header image 1

Entries Tagged as 'languages'

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

Java is not Statically Typed (right now)

January 26th, 2008 · 4 Comments

What?!?1?!/!? That is right, I said it Java is not statically typed and by proxy is not safer than dynamic languages. Zealots HALT! We can fix this, and I intend to add some gas to the fire that people like Bob Lee over at crazybob.org have started.
So let me start by saying […]

[Read more →]

Filed Under: development · languages · programming · rant · software · theory

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

Flex Frameworks

October 24th, 2007 · 3 Comments

Recently there has been a lot of discussion at my office, and online about whether or not a framework is necessary in Flex. Before revealing my opinion I wanted to go over a few reasons why I believe frameworks are used.
I went to Wikipedia and looked for a list of common features in web application […]

[Read more →]

Filed Under: languages · programming · theory

ROOP (programming language)

October 3rd, 2007 · No Comments

After claiming the #1 search rank in Google for daniel roop, I decided to set my eyes on a higher prize. Some people suggested I should try to claim daniel, now aside from this being a biblical character reference, it is a fairly popular name. So the odds of me being the most […]

[Read more →]

Filed Under: languages · programming

JRuby vs Groovy

September 22nd, 2007 · 5 Comments

Lately at my office there has been some conversation about dynamic languages, and which one we should be investigating to replace dead languages like, ColdFusion, there I said it. Luckily one of the dynamic language junkies left to go work for Netscape, now Propellar, because he was a Python fan boy. I looked a little […]

[Read more →]

Filed Under: development · languages

Language Patterns

September 6th, 2007 · 5 Comments

I was researching the execution time difference between static and instance method calls today and came across an old Java forum thread about the topic. I was looking for performance information, but everyone in the thread was focusing on “good <abbr title=”object oriented>OO</a> practices”, and I was astonished as to what I was reading. […]

[Read more →]

Filed Under: languages

Actionscript 3.0 Object Equality

September 2nd, 2007 · 11 Comments

This weekend I began tinkering around with FlexUnit 2.0 for Actionscript 3.0. So far I am excited about the framework. It doesn’t do much, but it does the basics. When writing some of my tests I found I needed to compare two objects together. I know how to handle this in […]

[Read more →]

Filed Under: languages · programming