#Clojure . What other languages have destructuring, out of curiosity?
---
RT @lambdaisland
Destructuring is very powerful, but don't overdo it. Mixing styles and destructuring multiple levels at once will make your code hard to read.
What are your tips for keeping your Clojure code easy to follow?
https://twitter.com/lambdaisland/status/1484496724261589001
@worldsendless js, rust, python (on different levels of handy-ness)
@worldsendless @yogthos Prolog has unification, which is a superset of destructuring (it and Clojure are my two favourite languages)