/genserver-stack

Implementation of a stack using genserver and supervisors.

Primary LanguageElixir

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