Announcing Weaver - Sam Mohr
This is an announcement for Weaver, my arg parsing library for the Roc language. I did a talk on Weaver that you can watch here, the transcript for which is available as a gist here. Programming languages, much like life, are mired in decisions concerning scarcity.
“There is no silver bullet.” If you want the convenience of using Python for
prototyping your project, you’ll either need to rewrite it into a compiled language
at some point or face scaling issues relating to both performance and com...
Read more at sammohr.dev