Main features of erlang are as follows: • Real time : It programs real time system • Distribution : It has got no shared memory, distributed systems can be easily be built in erlang • Declarative Syntax : It has got declarative syntax • Concurrent : It has process based model of concurrency • 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 • Integration : Easy integration of program written in other language
Can you answer this question?
Write Answer1 Answers