6 ms·seems like per #1 & 2 you could either write a dsl or line-processing library and get it done in 1 lineby mwhooker 14y agoseems like per #1 & 2 you could either write a dsl or line-processing library and get it done in 1 linehalst 14y agoThat exactly what [docopt](http://docopt.org/ http://docopt.org/) is—DSL that allows implement almost any interface in one line (having formal interface description).mwhooker 14y agoahh, cool. suppose I should have read past the rules