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
views:
386answers:
3
+4
A:
How about this page on the Erlang website? For example, you can find documentation for the lists
module here.
Pourquoi Litytestdata
2009-02-09 13:03:27
Lovely! I tried to find out that page but I finally failed and asked here. thanks a lot!
Jace Jung
2009-02-09 13:08:56
+2
A:
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
.
ayrnieu
2009-02-10 01:35:14
+1
A:
late update: Aug 09
this is kind of like Railsapi.com
source:
http://github.com/prepor/erlapi-static/tree/master
also:
Gene T
2009-08-23 15:08:13