---
title: "Enlist main features of Erlang"  
description: "Enlist main features of Erlang"  
author: "Anonymous User"  
published: 2015-06-23  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/2647/enlist-main-features-of-erlang  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "otp", "erlang"]  
reading_time: 1 minute  

---

# Enlist main features of Erlang

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

## Answers

### Answer by Anonymous User

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


---

Original Source: https://www.mindstick.com/interview/2647/enlist-main-features-of-erlang

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
