til-lang / til

An easy to extend command language
56 stars 5 forks source link

Simplify conditions #12

Open dumblob opened 2 years ago

dumblob commented 2 years ago

I was lately thinking about the piping paradigm and thought you might be interested in the following approach of completely getting rid of explicit conditionals.

This could simplify Til, make it actually safer etc. But your mileage may vary...

https://github.com/chaos-lang/chaos/issues/39