--
You received this message because you are subscribed to the Google Groups "julia-stats" group.
To unsubscribe from this group and stop receiving emails from it, send an email to julia-stats...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
The uppercase/lowercase for constructors/converters still seems muddled in Julia, but I thought there was more of a move to uppercase.
Because dict isn't in Base, we run into another problem--if another package defines dict then there's a conflict, and the user may have to preface the function with the appropriate module name.
I like the idea of your other convertors. I can take a crack at that.
Having Base define a lot of common names is a good idea.
Except keeping short, common names out of Base so they can be used flexibly is also considered a good idea. There appears to be something deeply wrong with Julia's module system--the optional module glue question points at it as well--but I lack the insight to articulate quite what it is, much less how one would fix it.