cmessias / genserver-stack

Implementation of a stack using genserver and supervisors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of a stack using genserver and supervisors. Proposed as an exercise in the book "Programming Elixir 1.3" by David Thomas.

Compile using: $ iex -S mix

Command examples:

Stack.Server.status

Stack.Server.pop

Stack.Server.push 4

About

Implementation of a stack using genserver and supervisors.


Languages

Language:Elixir 100.0%