Have you ever struggled with the various “?” and “!” symbols here and there in a Swift code? Or ever found yourself confused about the…
Read more »
If you’ve ever heard of the term Graph Theory, surely you’re acquaintance with the Dijkstra’s Algorithm.
If you’re not, it’s all right! This article includes everything you need to know. See the… (more…)
Read more »
Let’s explore two of Swift 5.2’s new features, that both give the language some really interesting capabilities from a functional programming perspective. (more…)
Read more »
This short blog was inspired when I was watching an MIT/GNU Scheme tutorial on Youtube and thought to convert Scheme code example into… (more…)
Read more »
From the onset of implementing libnnc, it meant to be a common ground for higher-level language bindings beyond Python. The underlying architecture has been stable for a year or so, and I have been using it for some personal projects for a while. But the ... (more…)
Read more »