Skip to content

jax-ex-public-repos/transcript-fromElixirWorkshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transcript-fromElixirWorkshop

October 11, this project was first presented at the Jax.Ex elixir workshop.

The project had the group make a Stack module with a loop function that used pattern matching to call push and pop.

The stack communicated with the outside world by recieving and sending messages.

Events occoured in real time.

Installation

Project was implemented with mix new conversation; mix test

The mix project can be compiled and run with the following command: iex -S mix

Full instructions:

git clone https://github.com/MichaelDimmitt/transcript-fromElixirWorkshop.git;
cd transcript-fromElixirWorkshop;
iex -S mix;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%