Why special function apply(Mod, Func, Args).

Bengt Kleberg eleberg@REDACTED
Fri Feb 7 14:23:07 CET 2003


> Date: Fri, 7 Feb 2003 13:06:54 +0000 (GMT)
> From: Suresh S <sureshsaragadam@REDACTED>
> Subject: Why special function apply(Mod, Func, Args).

> i really do not understand why the special function 
> apply(Mod, Func, Args).

as written in ''lib/erlang/CONVENTIONS'', by richardc@REDACTED in his new 
standard library modules:


		- Don't use apply(Module, Function, Arguments)
		  unless the Arguments list actually *can* vary
		  arbitrarily in length. (This is rarely the case.)




More information about the erlang-questions mailing list