Skip to content

Instantly share code, notes, and snippets.

@lancegatlin
Last active September 6, 2018 01:42
Show Gist options
  • Save lancegatlin/aea2d9b425449f1ae72bded401c7c58e to your computer and use it in GitHub Desktop.
Save lancegatlin/aea2d9b425449f1ae72bded401c7c58e to your computer and use it in GitHub Desktop.
"Finally! Tagless and Fancy Free Monads"
In this talk, we'll explore "final tagless" as an alternative to the free monad.
At the end of this talk, you'll know:
* How to write Scala "final tagless" languages, bridges and interperters
* If monads are evil and the work of "he who shall not be named"
* The pros and cons between the free monad and "final tagless"
* Some suggestions on when to use the free monad or "final tagless"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment