[erlang-questions] Installing a module from code?

Ulf Wiger ulf.wiger@REDACTED
Tue Mar 24 08:43:24 CET 2009


John Haugeland wrote:
> My gut instinct is that my namespaced module sc.file is somehow
 > conflicting with the real module file.

A loong time ago, when I played around with packages, I noticed
that dotted file names didn't go well with embedded boot code
loading. It was the erl_prim_loader module, I think.

Even if you're not using embedded code loading, the kernel
and stdlib modules are always pre-loaded. I have no idea
if this issue was ever addressed.

http://erlang.org/pipermail/erlang-questions/2003-November/010741.html

BR,
Ulf W

-- 
Ulf Wiger
CTO, Erlang Training & Consulting Ltd
http://www.erlang-consulting.com



More information about the erlang-questions mailing list