(def random) #001: Abstractions June 10, 2023 | 27 minutes27 m. (38 words) What is abstraction in computer programming? Explanations and code examples in Clojure and Python. #abstraction > Clojure > Python
(def random) Programming – randomly June 10, 2023 The series ‘(def random)’ assembles video episodes dedicated to computer programming. Here, you’ll find explanations and examples of using the Clojure language, and over time, other programming languages as well. #video
References Are Good February 6, 2021 | May 30, 2025 | 12 minutes12 m. (2450 words) Last night I received an e-mail in which one of my visitors asked me a few questions after reading the post about parsing phone numbers in Clojure. The question was seemingly simple and concerned a technical detail of software construction, but in reality the reader touched on a very important subject that I had been pondering years ago, and I decided to summarise it here. #reference #identity #pointer #abstraction #control #URL #identifier > Clojure > C