Q
Quick and dirty debugging output for Elixir programmers
Inspired from similar project for python
There is also a golang version here
(Possibly) FAQ
Because no one knows about this yet, so no one asking questions ;)
Why Q.q?
It’s quick to type and unlikely to cause naming collisions.
Credit
I came across this idea via y0assar1an’s golang implementation, which points to zestyping’s original package for python.
Needless to say, first I thank zestyping for the original idea.
I thank Jose Valim for creating elixir lang :)
I thank Jeffery Baird for his post on how to create hex package.