Skip to content

alphafoobar/code-kata-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Code Kata - Erlang!

Erlang is a functional language developed by Ericsson to handle telecommunications over exchanges. Erlang runs on the BEAM virtual machine which compiles Erlang to C for application performance.

In JVM technologies, Erlang is most similar to Scala Play.

“If Java is 'write once, run anywhere', then Erlang is 'write once, run forever'.”

  • Joe Armstrong 2013

How to

This project is built and run in IntelliJ IDEA with the Erlang plugin. See Getting started with Erlang and Intellij

You must also:

  • Install Erlang brew install erlang
  • Build Rebar

How to hello world Erlang

 io:fwrite("~s ~s~n", ["hello", "world"]). 

See format/1 for more details.

Where to learn more about Erlang

Run Erlang interpreter

erl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages