Community Page
- phildawes.net/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, Do you feel that your agility in Factor has improved since this post? Roger
- Thanks for the pointer - I've cleaned up the spam and regrettably added some moderation
- I'm loving the comments thread for this post. Can't decide whether to get my upholstery cleaned or do something about my fast food obesity.
- Cool - thanks Eric
- I pasted some code that does the moving sum in factor. http://paste.factorcode.org/paste?id=569#282
Jump to original thread »
I’ve been playing with Ruby a bit recently. The big question: is the language better than python ? For me it comes down to a punchup between 2 killer features: Ruby’s blocks vs Python’s whitespace-indent magic.
Ruby’s smalltalk style blocks are ... Continue reading »
Ruby’s smalltalk style blocks are ... Continue reading »
3 years ago
http://mjtsai.com/blog/2002/11/25/perl_vs_pytho...
But personally, after 15 years or so of perl i've migrated to Ruby and i have to say, i am enjoying it.
Perl was fun but got a bit hairy at times.
Ruby is much more well thought out (OO), clean and has some fantastic features like continuations. I also like the fact that it was relatively easy to migrate from Perl. To top it off, the Rails framework adds more fun factor. :)