Y
Hacker News
new
|
ask
|
show
|
jobs
by
mwhooker
5109 days ago
seems like per #1 & 2 you could either write a dsl or line-processing library and get it done in 1 line
1 comments
halst
5109 days ago
That exactly what [docopt](
http://docopt.org/
) is—DSL that allows implement almost any interface in one line (having formal interface description).
link
mwhooker
5109 days ago
ahh, cool. suppose I should have read past the rules
link