Category:Erlang: Difference between revisions

Added link to official site and language tag
m (Added a category of Solutions by Programming Language)
(Added link to official site and language tag)
 
(8 intermediate revisions by 3 users not shown)
Line 1:
{{language|Erlang
[[Category:Solutions by Programming Language]]
|site=http://www.erlang.org
Erlang is a programming language which has many features more commonly associated with an operating system than with a programming language: concurrent processes, scheduling, memory management, distribution, networking, etc.
|exec=bytecode
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|gc=yes
|LCT=yes
|tags=erlang}}
{{language programming paradigm|functional}}
{{language programming paradigm|concurrent}}
{{language programming paradigm|distributed}}
{{language programming paradigm|declarative}}
{{language programming paradigm|imperative}}
 
Erlang is a programming language which has many features more commonly associated with an [[OS|operating system]] than with a programming language: concurrent [[process|processes]], scheduling, [[garbage collection|memory management]], distribution, networking, etc.