Hacker News new | ask | show | jobs
by nerdponx 1649 days ago
Don't Haskell and Go also do this?
1 comments

I have no experience in Haskell, but in Go:

- if it's a builtin or in the current package, you usie it directly

- if it's in another package the identifier is always prefixed with the package