patrickbucher / learning-erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Erlang

This Repository

I'm learning Erlang using Programming Erlang (Second Edition) written by Joe Armstrong. The chapter folders (ch01, ch02, …) contain my solutions to (most) exercises. (Chapter 11 has no exercises.)

Furthermore, there are some additional examples:

  • soccer-table: Compute and display the league table from a given file of soccer results.
  • huffman: Compress and decompress text using Huffman coding trees.

First Steps

Installation (Arch Linux):

# pacman -S erlang-nox

REPL:

$ erl

Manual pages (e.g. about lists):

$ erl -man lists

About


Languages

Language:Erlang 92.1%Language:Go 4.4%Language:Python 1.7%Language:Makefile 1.3%Language:Shell 0.5%