Hacker News new | ask | show | jobs
by utku_karatas 6183 days ago
And any particular reason choosing Boo over IronPython?
1 comments

I like IPy, but it uses too much reflection for it to be used for this. In addition, Boo's macros make life easier.
How do those macros make life easier? From a look at the example code, it looks like they're hell to write! :(