Hacker News new | ask | show | jobs
by mappu 4754 days ago
> Putting ob at the beginning of every function seems like overkill

That's "C-style namespaces" - really the only sane way to avoid an identifier collision, sorry.