You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
I think a challenge here is that we're creating entirely new syntax. There isn't any support in the language today for `.` or `..` as leading characters, and I don't know that on its own this scenario is so common as to warrant entirely new syntax. In particular `..Another` I think is just generally less good than `Some.Module.Another.Part`, the extra characters aren't onerous to write and they improve readability because I don't need to look elsewhere to compute the module being imported.