Skip to content

Fix namespaces #176

Open
Open
@benfb

Description

@benfb

It’s frowned upon to use use in production code, but it’s handy when you’re experimenting in the REPL and you want to quickly get your hands on some functions
http://www.braveclojure.com/organization/#Requiring_and_Using_Namespaces

This would be a fairly large undertaking.

Right now, external namespaces are used in push rather than required. This causes side effects.

Actually changing uses to requires would be relatively easy, but old code would also need to be migrated somehow, so I'm not sure if this is actually worth it.

Still, isolating namespaces would be friendlier and more idiomatic.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions