Lost in code

A blog on programming and what it could be

Blog home About me Privacy


Thinking in code

Jun 9, 2022

An opiniated piece on the “two-language problem” in machine learning and my first adventures in APL/J.

Yes please, take me there


Sep 11, 2022

Thoughts on the do-notation in Haskell and why I don’t like it. As an alternative, some new combinators are proposed which admit an applicative style of programming with monads.

Read along and see yourself


Mar 11, 2023

A piece connecting global variables – a common code smell – with generic programming – the hallmark of extensibility. In the end, both draw their power (for use and abuse) from the ability to reconfigure the meaning of existing code for novel contexts.

Reconfigure my code