Q&A
Ask and answer questions to make information more available to wider audiences.
Allred Emilio @allredemilio   18, May 2023 12:00 AM
key features of Erlang
What are the key features of Erlang?
answers 2
 
Answer 1
Gage Tippetts @tippettsgage   22, May 2023 04:49 PM
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
 
Answer 2
Braxton Tiley @tileybraxton   22, May 2023 04:47 PM
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