[erlang-questions] [Erlang]about "apply" function in the erlang.erl

Bengt Kleberg bengt.kleberg@REDACTED
Tue May 17 09:51:36 CEST 2011


Greetings,

apply is a built in function (BIF). It is implemented in C, not Erlang.


bengt

On Tue, 2011-05-17 at 09:48 +0200, 郎咸武 wrote:
> hi,
>    I see "apply" function invoke "apply“function in the  "erlang.erl".
>    I can`t understand it. 
>    Who can explain for me? Thanks.
> 
> 
>  57 apply(Fun, Args) ->
>  58     apply(Fun, Args).
>  59 
>  60 apply(Mod, Name, Args) ->
>  61     apply(Mod, Name, Args).
> 
> 




More information about the erlang-questions mailing list