Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 373 Bytes

Erlang and Go Concurrency

A simple application to print times tables (inspired by this post) implemented in go and Erlang.

These are intended to compare and contrast the ways in which Erlang and Go concurrency are similar and different.