|
Answer» Key features for ERLANG is that it has:
- Declarative Syntax: It has got declarative syntax
- Concurrent: It has process based MODEL of concurrency
- Real time: It programs real time system
- Continuous Operation: It allows continuous operation
- Robust: For detecting runtime errors it has three constructs in the language
- MEMORY Management: Memory is allocated AUTOMATICALLY and de-allocated when not required
- Distribution: It has got no shared memory, distributed systems can be easily be built in erlang
- Integration: Easy integration of program written in other language
Key features for Erlang is that it has:
|