6 Replies - 2221 Views - Last Post: 16 February 2010 - 08:35 PM Rate Topic: -----

#1 Lemur   User is offline

  • Pragmatism over Dogma
  • member icon


Reputation: 1453
  • View blog
  • Posts: 3,633
  • Joined: 28-November 09

Ruby from C#

Posted 15 February 2010 - 07:18 PM

I was back at home today and noticed I had a monster book on Ruby and after flipping through I'm starting to get curious.

Would Ruby be a good language to learn? I work Web Design/Development and I already know a decent amount of C#, PHP, and Python.
Is This A Good Question/Topic? 0
  • +

Replies To: Ruby from C#

#2 Skaggles   User is offline

  • THE PEN IS MIGHTIER
  • member icon





Reputation: 255
  • View blog
  • Posts: 641
  • Joined: 01-March 09

Re: Ruby from C#

Posted 15 February 2010 - 09:53 PM

View PostLemur, on 15 February 2010 - 05:18 PM, said:

I was back at home today and noticed I had a monster book on Ruby and after flipping through I'm starting to get curious.

Would Ruby be a good language to learn? I work Web Design/Development and I already know a decent amount of C#, PHP, and Python.


It couldn't hurt. I know a bit of C# and can get around with PHP, but I just fell in love with Ruby. Of course, this is just a personal preference. From a professional view, Ruby is growing in demand as people are seeing how easily and quickly web applications can be built and scaled using the Rails framework. I would suggest that you to at least test drive Ruby and see if it's something that you'd consider learning. In the end, it's always good to learn a little of other languages when you got the time.
Was This Post Helpful? 0
  • +
  • -

#3 erik.price   User is offline

  • D.I.C Lover
  • member icon

Reputation: 486
  • View blog
  • Posts: 2,690
  • Joined: 18-December 08

Re: Ruby from C#

Posted 16 February 2010 - 03:26 PM

Ruby is really easy to pick up (you could have the syntax down in a few days) especially since you know Python already.

And I agree, since you are a web developer, adding Ruby/Rails to your skills list couldn't hurt. :)
Was This Post Helpful? 0
  • +
  • -

#4 Lemur   User is offline

  • Pragmatism over Dogma
  • member icon


Reputation: 1453
  • View blog
  • Posts: 3,633
  • Joined: 28-November 09

Re: Ruby from C#

Posted 16 February 2010 - 06:19 PM

Well I have the advanced book for sure, I recognize most of what is going on, I just need to know the base syntax and such so I don't end up patch learning like I did with PHP. Any personal favorite tutorials for starting out?
Was This Post Helpful? 0
  • +
  • -

#5 xclite   User is offline

  • I wrote you an code
  • member icon


Reputation: 1528
  • View blog
  • Posts: 4,448
  • Joined: 12-May 09

Re: Ruby from C#

Posted 16 February 2010 - 06:41 PM

The free online class here:
http://www.rubylearning.org/class/

is pretty good, and the tutorial at:
http://rubylearning.com/

that goes with it isn't half bad.
Was This Post Helpful? 0
  • +
  • -

#6 erik.price   User is offline

  • D.I.C Lover
  • member icon

Reputation: 486
  • View blog
  • Posts: 2,690
  • Joined: 18-December 08

Re: Ruby from C#

Posted 16 February 2010 - 07:55 PM

I learned from a variety of sources, which wasn't a particularly brilliant idea I suppose, but oh well.

Check out the Ruby Docs topic. Yes, there are only 2 replies to it, but some useful stuff is there

http://www.dreaminco...topic153887.htm
Was This Post Helpful? 0
  • +
  • -

#7 Skaggles   User is offline

  • THE PEN IS MIGHTIER
  • member icon





Reputation: 255
  • View blog
  • Posts: 641
  • Joined: 01-March 09

Re: Ruby from C#

Posted 16 February 2010 - 08:35 PM

Another good source for information, if you're doing the Rails web development is Railscasts. It's a podcast of Ruby on Rails screecasts, updated every Monday I think.

Also, the Ruby on Rails API documentation comes in handy for me on a regular basis.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1