Hacker News new | ask | show | jobs
by vincnetas 272 days ago
I think all functions are associated with some class. But these classes sometimes are hidden from you and you don't need to know about them. Does that help you? What for would you use true free functions?
2 comments

> What for would you use true free functions?

I'm visibly shaking at this statement. What are you even saying here? A function is the most basic, fundamental unit of code organization. What Java does with its forced classes is a complete perversion of computation, sanity and anything reasonable.

> What for would you use true free functions?

The same things people use free functions for in any other programming language.

Cluttering up global namespaces? ;-P