Search Results

1
vote

What does it mean for a programming language to be “on rails”?

As said above, Rails and Grails provide conventions for web application development -- naming your pieces a certain way and putting them in the right places get your application working by default …
4
votes

Dynamic languages - which one should I choose?

I found Groovy to be a relatively easy jump from an extensive Java background -- it's sort of a more convenient version of Java. It integrates really nicely with existing Java code as well, if you …