Skip to content

Instantly share code, notes, and snippets.

@hukl
Created June 12, 2012 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hukl/2916720 to your computer and use it in GitHub Desktop.
Save hukl/2916720 to your computer and use it in GitHub Desktop.
Erlang Eco System Ideas
  • implement input agnostic type conversion functions e.g. to_integer, to_list, to_binary
  • helper functions that make it super easy to create supervisor childspecs
  • add a metric ton of support functions to traverse, merge, filter, search (,…) proplists, dicts, orddicts etc.
  • build a decent json support lib - the way you have to work with jiffy for example is painful
  • configuration and environment management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment