By: Marco Cognetta
Re-posted from: https://mcognetta.github.io/posts/hacktoberfest-2021/index.html
A summary of my 2021 Hacktoberfest Julia contributions.
By: Marco Cognetta
Re-posted from: https://mcognetta.github.io/posts/hacktoberfest-2021/index.html
A summary of my 2021 Hacktoberfest Julia contributions.
By: Marco Cognetta
Re-posted from: https://mcognetta.github.io/posts/recent-posts-list/index.html
A simple implementation of an automatically updating recent posts list for Franklin.jl.
By: Marco Cognetta
Re-posted from: https://mcognetta.github.io/posts/dispatch-unionall-julia/index.html
A post about efficiently dispatching on types that are in the same UnionAll, but are possibly different concrete types (for example, A{T} and A{S}) in Julia.