Improve namespaces #4
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that
use
is in the language, namespaces should have more robust static checking. The way to do this is to try to ensure namespaces' names begin with capital letters (since datatypes aren't coming to the language).ns-name (ns-keyword)*
use
takes a ns-exprimport
ing a pkg or ns must use a pkg-nameClosely related to #5.
In fact, completely covered by #5. Closing in favour of #5.