vote up 3 vote down star
1

I have Programming Erlang book already and I use http://www.erlang.org/ site.
But I can't find good reference site for BIFs and modules like lists:duplicate. I found brief explanation from the end of Programming Erlang book but I need more ;( (about parameters, example code.. etc)

anybody can help me out about this?
thanks

flag

3 Answers

vote up 4 vote down check

How about this page on the Erlang website? For example, you can find documentation for the lists module here.

link|flag
Lovely! I tried to find out that page but I finally failed and asked here. thanks a lot! – Jace Jung Feb 9 at 13:08
vote up 2 vote down

The erlang module documentation notes BIFs, and notes which can appear in guards. If you've installed the manpages you can also view the erlang module with erl -man erlang.

link|flag
thank you for your help :) – Jace Jung Feb 11 at 0:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.