Hacker News new | ask | show | jobs
by SidiousL 3004 days ago
I see they are adding an analog of the C++ iostreams, but I don't see a discussion of how to disambiguate between `sin' as in stream-in and `sin' as in the mathematical function.

Really, they should introduce some kind of modules or namespaces. Of course, C++ already has namespaces and will have modules sooner or later...