Blog
Some blog articles I have written.
A tiny probabilistic programming language in Gleam
12 November 2025— About tinypp – a tiny experimental probabilistic programming language I have written in Gleam.
A minimal CLI arguments parser in Julia
24 October 2025— Julia has many packages for parsing command line arguments, but sometimes you might need just a couple lines of code.
Deploying locally with Documenter.jl
23 September 2025— How to use Documenter.jl to not only make but also deploy your package documentation into a local folder.
Building slides with Pluto.jl
14 January 2021— Pluto is an awesome technology enabling a unique workflow for computational science. But you can also use it to present your findings to others! Here is how.
The (missing) harm of manual dispatch in Julia
24 September 2020— Quick demonstration that manually dispatching on the argument types of a function in Julia is, while clearly undiomatic, not harmfull at runtime.
Pure fun. A journey towards Elm.
27 March 2020— About my first real contact to functional programming and a small game I have written in Elm.
No one is average.
24 January 2020— In this post, I present a short demonstration of an interesting statistical phenomenon and how to explore it using Julia.