---
title: "What is  OTP?"  
description: "What is  OTP?"  
author: "Anonymous User"  
published: 2015-06-23  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2646/what-is-otp  
category: "erlang"  
tags: ["otp", "erlang"]  
reading_time: 1 minute  

---

# What is  OTP?

OTP is an open source platform, and it is a large set of libraries for Erlang to do all from compiling ASN.1 to providing a WWW server.OTP stands for **Open Telecom Platform**, although it's not that much about telecom anymore (it's more about software that has the property of telecom applications, but yeah.) If half of Erlang's greatness comes from its concurrency and distribution and the other half comes from its error handling capabilities, then the OTP framework is the third half of it.

## Answers

### Answer by Anonymous User

OTP is an open source platform, and it is a large set of libraries for Erlang to do all from compiling ASN.1 to providing a WWW server.OTP stands for **Open Telecom Platform**, although it's not that much about telecom anymore (it's more about software that has the property of telecom applications, but yeah.) If half of Erlang's greatness comes from its concurrency and distribution and the other half comes from its error handling capabilities, then the OTP framework is the third half of it.


---

Original Source: https://www.mindstick.com/interview/2646/what-is-otp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
