A follow up video looking at improvements to 5 programming language solutions (Julia, Ruby, Raku [Perl 6], Fortran, Nim) to one problem.Original Video: https... (more…)
Read more »
Julia library for compositional construction of SQL queries - GitHub - MechanicalRabbit/FunSQL.jl: Julia library for compositional construction of SQL queries... (more…)
Read more »
In a previous post, I discussed using type domain information to speed up generation of random density matrices with small dimension in Julia. There, we gave the Julia compiler knowledge of the dimension of the matrices at the time it generates code, inst... (more…)
Read more »
Introduction In October 2019, a paper was published in Proceedings of the ACM on Programming Languages, introducing a new language for bioinformatics called Seq.
In it, the authors rightly recognize that the field of bioinformatics is in need of a high-pe... (more…)
Read more »
Improving the user's experience when using C libraries from Julia by using CBinding.jl to avoid the pain points. (more…)
Read more »