The Artima Developer Community
Sponsored Link

Web Buzz Forum
Decided to Get on the Train

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
John Wilger

Posts: 151
Nickname: killalldas
Registered: Sep, 2004

John Wilger is a professional web applications developer for SchoolOutfitters.com
Decided to Get on the Train Posted: Sep 24, 2004 11:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by John Wilger.
Original Post: Decided to Get on the Train
Feed Title: ThatWebThing
Feed URL: http://thatwebthing.com/rss/index
Feed Description: Articles and weblog about design, usability and programming for the web.
Latest Web Buzz Posts
Latest Web Buzz Posts by John Wilger
Latest Posts From ThatWebThing

Advertisement

If you haven't heard of Ruby or Rails before, I highly recommend checking out both of them. Ruby is a programming language that actually makes the end-to-end development of a system fun, and Rails is a superbly designed framework for developing web applications with Ruby.

I only have one complaint about Ruby—there is no way to distribute compiled Ruby code. In order to distribute a program written in Ruby, you have to give away the source code. This may inhibit its adoption in creating commercial applications. In fact, it was because of this fact that I stopped development on a least one project that I had started using Rails to implement. Instead, I decided to try to mimick the functionality of Rails using PHP5. Let's just say that endeavor isn't going so well.

It's not that it would be impossible to reimpliment much (although not all) of Rails' functionality in PHP; it's just a real burden to do so. Ruby and PHP—even with the improved Object Oriented features of PHP5—follow abjectly dissonant paradigms. Ruby just makes most programming tasks easier.

So I'm back to using Rails. Even for the application I stopped development on earlier. I decided that I'd rather give up the ability to distribute the code—relying instead on an ASP delivery model—than have to give up using Rails for its development. Yes, Rails is that good.

This also means that I'm going to be implementing this site with Rails, too. You might not see any changes here for a little while, because I'm getting the basics running on a development server. However, I think that overall progress here will be much faster using Rails than with the current PHP scripts.

Read: Decided to Get on the Train

Topic: e iPodder update 11 Previous Topic   Next Topic Topic: 21 On request an iTunes only version 11

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use