[erlang-questions] newbie LFE question
Raoul Duke
raould@REDACTED
Sat Dec 13 02:12:16 CET 2008
hello,
i'm seeking help understanding how to use lfe_comp in the shell.
apologies for my cluelessness. when using the erl shell, it seems to
let me redefine (replace) a function by recompiling the file. however,
lfe_comp:file/1 doesn't seem to do that; the function is, as far as i
can tell, retaining its old behaviour. (also, if i have test.lfe with
foo/1 and test.erl with foo/1 then lfe_comp:file(test) won't result in
foo/1 being from test.lfe, but will still be from test.erl.)
thanks for any insights.
sincerely.
More information about the erlang-questions
mailing list