pallet / stevedore

A shell script embedding in clojure
93 stars 14 forks source link

Move from [ ] to [[ ]] #27

Open charles-dyfis-net opened 11 years ago

charles-dyfis-net commented 11 years ago

The [[ ]] test syntax is both more flexible and less error-prone:

hugoduncan commented 11 years ago

The better behaviour around quoting and empty expansions alone makes this worthwhile.

Taking advantage of the additional capabilities is going to require a little more effort: