open-sorcerers / madlib

Madlib: a compile-to-JS language written in Haskell, designed to make writing code a delight
https://github.com/madlib-lang/madlib
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Future Operators #29

Closed brekk closed 3 years ago

brekk commented 3 years ago

Things we want:

brekk commented 3 years ago

Unary negation: https://github.com/open-sorcerers/madlib/pull/31

brekk commented 3 years ago

We may remove ++ in the future or change it to behave identically to JS, but for now these are all complete.