A bit out of date

Håkan Stenholm hakan.stenholm@REDACTED
Wed Aug 31 22:23:32 CEST 2005


Mark Lee wrote:

>Hello, very new to Erlang so please forgive the ignorance at this stage.
>I've been looking through some online examples of code and have seen
>things like ++ and ||
>
>Where might I find the documentation for these? I've got the Concurrent
>Programming in Erlang book which appears to be somewhat behind with
>respect to these language features (unless I've missed them).
>
>Thankyou,
>
>Mark
>
>  
>
The Html documentation is the one you'll want to read. You can get it at:

http://www.erlang.org/download.html

or read it online at:

http://erlang.se/doc/doc-5.4.8/doc/



The "Erlang Programming" subsections are the ones that describe the 
modern language features, see mainly:

·Erlang Reference Manual

http://erlang.se/doc/doc-5.4.8/doc/reference_manual/part_frame.html

·Programming Examples

http://erlang.se/doc/doc-5.4.8/doc/programming_examples/part_frame.html



More information about the erlang-questions mailing list