Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tool do you use to build an Erlang program?

Tags:

build

erlang

What tool do you use to build an Erlang program: Emake, makiefile or another?

like image 562
Kirill Trofimov Avatar asked Oct 17 '09 17:10

Kirill Trofimov


People also ask

What is Erlang programming language used for?

What is Erlang? Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging.

What is Erlang emulator?

ERTS consists of an Erlang evaluator and some libraries. The Erlang evaluator is often referred to as an emulator and is very similar to the Java virtual machine. ERTS together with a number of ready-to-use components and a set of design principles forms the Open Telecom Platform, normally called OTP or Erlang/OTP.

Is Erlang compiled or interpreted?

Examples of pure compiled languages are C, C++, Erlang, Haskell, Rust, and Go.


1 Answers

Since these answers, a new standard has emerged in the Erlang community:

Rebar https://github.com/basho/rebar/

like image 109
bjnortier Avatar answered Sep 20 '22 13:09

bjnortier