[erlang-questions] Erlang/OTP
Vance Shipley
vances@REDACTED
Mon Aug 13 06:13:48 CEST 2007
On Mon, Aug 13, 2007 at 10:50:45AM +0700, Hendy Irawan wrote:
} * Is there free resources about OTP?
} * Is it free?
} * Where is the official homepage for OTP itself?
} * Where can I find OTP documentation?
Erlang is a programming language. OTP is an implementation of
an erlang virtual machine and a collection of libraries which
implement a framework for building fault tolerant, distributed
applications.
So what you would think of as Erlang, the software package
which you download at www.erlang.org (i.e. otp_src_R11B-5), is
in fact Erlang/OTP.
} * How does it compare to Jungerl libs?
Jungerl contains another, sometimes partially overlapping,
collection of libraries, but not a virtual machine.
} * Does the "Programming Erlang" (pragmatic) book include OTP in its
} discussion?
Indeed it does.
-Vance
More information about the erlang-questions
mailing list