Easy / Fun Ruby learning

For general discussion related FlowStone
Post Reply
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Easy / Fun Ruby learning

Post by jjs »

Hi,

maybe this is someting to easy jump in the Ruby language.

http://hackety.com/
Perfect Human Interface
Posts: 643
Joined: Sun Mar 10, 2013 7:32 pm

Re: Easy / Fun Ruby learning

Post by Perfect Human Interface »

I was just thinking about what might be an easy way to learn Ruby. I do have "basic" programming knowledge but I might give this a look.

Is it free though?
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Re: Easy / Fun Ruby learning

Post by jjs »

if i'm correct it's free. :mrgreen:
primate
Posts: 22
Joined: Thu Dec 19, 2013 10:42 pm

Re: Easy / Fun Ruby learning

Post by primate »

The best resource I've found so far is LEARN RUBY THE HARD WAY. Despite the title it isn't hard. just makes you get involved with the code in a way that really consolidates each of the tutorials. It's written in a quirky style and encourages you to try different things and see what happens, deducing functions from the results, maybe not suited to everyone's learning style, but I'm enjoying it. Great for people like me who have pretty much 0 coding knowledge / experience.

http://media.thebirn.com/webteam/LearnR ... ardWay.pdf

Feels a bit like learning Spanish to an advanced level just to talk about the weather, but I suppose any other way is just going to be of extremely limited utility.
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Re: Easy / Fun Ruby learning

Post by jjs »

thanks !
maybe it comes in handy :)
primate
Posts: 22
Joined: Thu Dec 19, 2013 10:42 pm

Re: Easy / Fun Ruby learning

Post by primate »

More fun ruby stuff;

I found a link to this from Trogluddite on the old synthmaker forums, written by the guy who originally wrote hackety hack. Certainly fun, if not quite as practical as learn ruby the hard way, definitely not boring;

http://www.rubyinside.com/media/poignant-guide.pdf

he also made TRY RUBY;
http://tryruby.org/levels/1/challenges/0

loads of other ruby n00by stuff here;
http://iwanttolearnruby.com/
Post Reply