Building slides with Pluto.jl
—
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
—
Quick demonstration that manually dispatching on the argument types of a function in Julia is, while clearly unidiomatic, not harmful at runtime.
Optionality in the type systems of Julia and Rust
—
Overview about different patterns to implement the concept of optionality in types, using Julia and Rust as examples.
Pure fun. A journey towards elm.
—
About my first real contact to functional programming and a small game I have written in Elm.
No one is average.
—
In this post, I present a short demonstration of an interesting statistical phenomenon and how to explore it using Julia.