Translating c# to Ruby, Python, Java and Javascript

by Adam Loving on June 21, 2008

I created a Google spreadsheet to help me learn common phrases in Ruby and Python. This is an overly-ambitious project that I’ll probably never finish (I’ll have the function names learned faster than I update the spreadsheet). Anyone out there want to help? Add a comment below and I’ll ad you as a contributor to the spreadsheet.

wrote this post.

{ 4 comments… read them below or add one }

P June 22, 2008 at 7:57 am
Paddy3118 June 22, 2008 at 7:58 am

(although this won’t help you learn the idioms of each language).

- Paddy.

deepfall June 23, 2008 at 12:56 am

ruby split is s.split(‘,’)
trim is s.strip

this is an interesting document especially if you could incorporate the language X way of doing common things, not just standard lib functions.

adam June 23, 2008 at 6:24 am

Thanks for the contributions guys! I don’t see any reason why I can’t start making multi-line cells to cover more complex idioms…?

Leave a Comment