I keep forgetting how to do this:
brew install imagemagick convert out/*.png out.pdf
I keep forgetting how to do this:
brew install imagemagick convert out/*.png out.pdf
I’m reading Programming Elixir 1.3 by Dave Thomas. I’ve compiled some notes on Elixir here for personal reference. Elixir is basically a Ruby-ish wrapper around Erlang, a language developed at Ericsson in the 1980’s. Erlang is known for being extremely reliable, and concurrent.