Goal:

Context:

Problem/solution:

“I've been thinking that we own dark.Xpackage.X is 'taken' whenever a user publishes a package (first one wins) anything local is basically [username/org].X regarding functions like List.take that can be written in Dark, and "how do we manage the breakdown of F#-defined and Dark-defined stdlib functions": I can't think of a good reason to separate "packages" from stdlib - the idea of "stdlib" is just a set of packages that we avail official in dark. submodules for example dark.Int.add, dark.HttpHandlers.Request

dark/Int.add

dark.int.add (casual?

within that is there an int module?

what about helpers? just add _fnName

where does ‘=’ live? dark.builtin.=?