Comment made by: bronsa
I find this hard to believe given the current behaviour:
`
user=> (def a.b 1)
'user/a.b
user=> a.b
CompilerException java.lang.ClassNotFoundException: a.b, compiling:(NO_SOURCE_PATH:0:0)
`
one would need to go out of his way and refer to the var namespace qualified everywhere to make it work