Join Slack
Powered by
Another option might be to combine `is` checks wit...
# language-proposals
d
dmitry.petrov
01/19/2017, 7:41 AM
Another option might be to combine
is
checks with destructuring, ala
Copy code
is Sum(e1, e2) -> eval(e1) + eval(e2)
to give you "pattern-matching experience" 🙂
❤️ 3
Open in Slack
Previous
Next