Code Observation: Clojure's Destructuring
danielgregoire.dev
Code Observation: Clojure's Destructuring
1–8 of 8 posts
Re: Code Observation: Clojure's Destructuring
#2Re: Code Observation: Clojure's Destructuring
#3This functionality in Erlang is something I miss in most other languages, and I was quite displeased when I discovered Python 3 abandoned tuple destructuring in function invocations.
Re: Code Observation: Clojure's Destructuring
#4This functionality in Erlang is something I miss in most other languages, and I was quite displeased when I discovered Python 3 abandoned tuple destructuring in function invocations.
Re: Code Observation: Clojure's Destructuring
#5Re: Code Observation: Clojure's Destructuring
#6Interesting use of to show the results of a computation. I missed the explanation in the beginning that said the results were precomputed. I thought clicking it was running. Format-wise since it's not actually running when clicked, I'm not sure hiding the result behind is much clearer than just including the result as displayed by the REPL in the same snippet.
Re: Code Observation: Clojure's Destructuring
#7Re: Code Observation: Clojure's Destructuring
#8Interesting use of to show the results of a computation. I missed the explanation in the beginning that said the results were precomputed. I thought clicking it was running. Format-wise since it's not actually running when clicked, I'm not sure hiding the result behind is much clearer than just including the result as displayed by the REPL in the same snippet.