Please create the compiler od Ruby to be runs in .NET.its appreciated
How goes IronRuby? I was wondering the other day: maybe you could have a lookup translator to Ruby-ize the naming conventions of .NET? So, for example:
DateTime::leap_year? 2006
would first check for a DateTime::leap_year? method, then a DateTime::is_leap_year, then DateTime::IsLeapYear.
From my understanding, the reason that Ruby uses underscores is for people who use other alphabets: they have trouble breaking up the words based on capitals; I think that makes a lot of sense, so it would be nice if you could cater towards Ruby programmers (and thus their naming conventions).
BTW, just noticed this: nice CAPTCHA! I like the idea of a logic-based system (although it wouldn't be that hard to write a script to submit a request to quickmath.com and grab the answer)...
Nick
1 more vote for the Ruby to CLR compiler....
does this ironruby source code compiles and runs on mono on linux???
that will be of interest for us.
bye :-)
Ashish