←back to thread

203 points dahlia | 3 comments | | HN request time: 0.553s | source
1. andrewguy9 ◴[] No.45154641[source]
Docopt!

http://docopt.org/

Make use of the usage string be the specification!

A criminally underused library.

replies(2): >>45154764 #>>45155334 #
2. fragmede ◴[] No.45154764[source]
My favorite. A bit too much magic for some, but it seems well specified to me.
3. tomjakubowski ◴[] No.45155334[source]
A great example of "declaration follows use" outside of C syntax.