Category:LFE: Difference between revisions

Turned off HoPL reference.
(Added a category for LFE)
 
(Turned off HoPL reference.)
 
(5 intermediate revisions by one other user not shown)
Line 1:
{{language|LFE
|site=http://lfe.github.io/
|exec=bytecode
|strength=strong
Line 6 ⟶ 7:
|checking=dynamic
|gc=yes
|LCT=yes}}
|hopl=no
}}
{{language programming paradigm|functional}}
{{language programming paradigm|concurrent}}
Line 12 ⟶ 15:
{{language programming paradigm|declarative}}
{{language programming paradigm|imperative}}
{{implementation|Lisp}}
{{implementation|Erlang}}
 
LFE, or Lisp Flavored Erlang, is a programming language which runs on the Erlang VM. Like Erlang itself, it 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. LFE provides developers the option of creating software that has the power of Erlang but with the syntax of a Lisp-2 language. Furthermore, LFE is 100% compatible/interoperable with Erlang Core.
1,606

edits