Hacker News new | ask | show | jobs
by xigoi 331 days ago
Janet kind of has this too: if you import a module with (import foo), all the imported bindings will be prefixed with foo/. Also, this can be avoided by writing (use foo) instead.