Shorthand is the library I never β€œreleased”.

I created the library six years ago and have used it in every (private) project since. But I never promoted it. This week I made some updates to make things a little easier and I thought I'd share it with the world.

Shorthand is an Elixir library that provides convenient syntax for working with maps and keyword lists.

The library allows you to create maps where the name of the key is the same as the variable holding its value.

This is very similar to Javascript's shorthand property names for objects. {foo} is shorthand for {foo: foo}.

continue reading on andrewtimberlake.com

⚠️ This post links to an external website. ⚠️