Skip to content

Examples of pattern matching for my elixir talk ๐Ÿ˜…

Notifications You must be signed in to change notification settings

md-vanilla/pattern-matching-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Matcher

The project demonstrates:
Examples of pattern matching for my elixir talk ๐Ÿ˜…
Examples of guards in elixir.
Examples implementing custom gaurds.

Inside the pattern matching module there are documentations of all things possible to pattern match in @docs.

This project uses a mix task called matcher for active development. Instead of using iex and having to rebuild state each time I copy the state into the mix task. If this does not make any sense just follow the install instructions. ๐Ÿ™‚

Installation

git clone 
mix matcher
mix test

witchcraft is not implemented but could provide additional syntax for matching and guards: https://github.com/expede/witchcraft

About

Examples of pattern matching for my elixir talk ๐Ÿ˜…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages