Hey, glad I got some followers. This is my response to the second one (check the link in the title of the post for the prompt). I recommend Project Euler as a way of jumping into Ruby, especially if you love Math.
#Project Euler
#Problem 2
a, b, sum = 1,2,0
while b < 4000000
sum += b if b.even?
a,b = b,a+b
end
puts sum
I know nothing about programming, but I find it interesting... Never clicked with me though.
ReplyDeleteim lost :/
ReplyDeleteRuby seems a bit cluge.. I see what you're doing, but the syntax is shot :P
ReplyDeletenumbers hurt ma brain >_<
ReplyDeleteI am an avid programmer, with experience in Ruby. I much prefer more structured langauges, however, such as C#. Certainly there are reasons to enjoy the flexibility of Ruby but it can also be a frustration.
ReplyDeleteI also like this. Keep them coming!
ReplyDeletegreat stuff here!
ReplyDeleteSounds good. Project Euler is a great way to sharpen your skills with any cs language really.
ReplyDeleteThis hurts my head...
ReplyDeleteThis remember a lot of day in school -_-'
ReplyDeleteWish I was more of a programmer but did some research and it seems interesting
ReplyDeleteawesome post!
ReplyDeleteI did a bit of programming while I was at school before I got into photography I liked it.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletenice and informative
ReplyDeleteWhat is this I don't even.
ReplyDeleteTwitter.com/CawlinForReal
Look forward to your next update! :D I'll keep in touch.
ReplyDelete