Category:LFE
(Redirected from LFE)
LFE
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using LFE.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (bytecode) |
---|---|
Garbage collected: | Yes |
Type safety: | Safe |
Type strength: | Strong |
Type expression: | Implicit |
Type checking: | Dynamic |
See Also: |
LFE is an implementation of Lisp.
Other implementations of Lisp.
LFE is an implementation of Erlang.
Other implementations of 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 operating system than with a programming language: concurrent processes, scheduling, 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.
Pages in category "LFE"
The following 80 pages are in this category, out of 80 total.
A
C
F
G
J
S
Categories:
- Execution method/Compiled/Bytecode
- Garbage collection/Yes
- Typing/Safe
- Typing/Strong
- Typing/Expression/Implicit
- Typing/Checking/Dynamic
- Programming Languages
- Programming paradigm/Functional
- Programming paradigm/Concurrent
- Programming paradigm/Distributed
- Programming paradigm/Declarative
- Programming paradigm/Imperative
- Implementations
- Lisp Implementations
- Lisp related
- Erlang Implementations
- Erlang related