Ruby On Rails, round I
Lately I discovered that I am a bit fed up with certain things in the php world. Specially doing cms and all the stuff related to storing data, data models and blah blah. So I have finished taking a look at Ruby on rails. This is a framework built over Ruby, a language created by a japanese guy, Yukihiro Matsumoto, which wanted to do something better than perl.
And this framework was built by David Heinemeier Hansson, the main coder of Basecamp (one of the coolest products I have seen lately).
The video demo on the ruby on rails page is really impressive and interesting (although part of it is due to the use of that cool editor! I have to get that editor!).
After seeing it, I tried to install ruby and rails on my mac and I failed when trying to make it run as an apache module, although it worked with the default Webricks server. When I come back from this long week-end party + Notting Hill Carnival final party, and rest a bit, maybe I'll have a try again. That sentence about the ruby on rails philosophy -Do it once- has captivated me…


javi
20050824
python rocks :)
sole
20050824
I took a look at python and I didn't really like its syntax, don't ask me why… :(
sin
20050830
Been using RoR for a few months now, I'm writing a big app in it. I'll never go back to php (unless the job really requires it). I definitely recommend it.
The MVC model is so clean it puts every other framework to shame (including all those superduperframeworks like spring or struts).
I like python too and I use it quite a bit, but python doesn't have a clean and simple "standard" web development framework, which makes it suboptimal for web development.
Ruby is at first more difficult to get used to, but after a while you'll learn to think <em>the ruby way</em>. Besides, learning a new language will <strong>always</strong> make you a better programmer.