Skip to content

Instantly share code, notes, and snippets.

@janwirth
Created February 13, 2020 14:02
Show Gist options
  • Save janwirth/c43ea111f77fea4bfe2bda30c50db2fd to your computer and use it in GitHub Desktop.
Save janwirth/c43ea111f77fea4bfe2bda30c50db2fd to your computer and use it in GitHub Desktop.
Notes on Elm
Codec libary
- code generation in your IDE
- encoder/decoder pairs for 50% simpler code structure
- codec-independent (codec adapters for JSON, protobuf, cap'n'proto)
- interactive debugger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment