jaunt-lang / jaunt

[ABANDONED] A jaunt away from Clojure
https://github.com/jaunt-lang/jaunt/issues/157
134 stars 6 forks source link

Strict ns #117

Open arrdem opened 8 years ago

arrdem commented 8 years ago

For all that the ns form is "just" a macro, the reality of use is that it's treated as the module header and isn't an especially simple or easy one at that. This issue tracks simplifying the ns macro and making it strict with regards to only performing module-meaningful Namespace manipulations and simplifying/reducing those manipulations to those in common usage and considered good style.