Hacker News new | ask | show | jobs
by ckolkey 905 days ago
To each their own, I guess. After working with python/lua, I really appreciate not needing to do manual imports all over. I'm glad ruby makes this so easy :)

Oh, and not needing __init__.py files in order to import something. Goodness, what an absolute pain.

1 comments

I really like the Python/Lua module system. To each their own...