morinim / vita

Vita - Genetic Programming Framework
Mozilla Public License 2.0
35 stars 6 forks source link

Replace boost::program_options with docopt #16

Closed morinim closed 6 years ago

morinim commented 6 years ago

docopt is clearer and simpler.

Moreover it's a small library that can be embedded removing another Boost-dependency.