This post isn’t about the first macro I wrote in the Julia programming
language, but it can be about your first macro.
[Read More]
Mythbusting Julia speed
Question: I read a lot on the Internet about this programming language called Julia being
very fast, but I’m very skeptic. What do you say?
[Read More]
What you can learn from accessing an element of an array in Julia
This innocent question from a newcomer in the official Slack
workspace of the Julia programming language
[Read More]
Measuring the prevalence of documentation, testing and continuous integration in Julia packages
Documentation, testing, and continuous integration (CI) are some of the key ingredients to make software maintainable and reliable in the long term. During the first part of my (short) career in academia, when my daily software tools were C, Fortran and IDL, I barely knew these practices (probably didn’t know...
[Read More]
Random-based indexing for arrays
Let me introduce a package I recently wrote: RandomBasedArrays.jl, a hassle-free package in the Julia programming language for dealing with arrays. Every time you access an element of an array, the first index is random, so this package relieves you from having to remember whether Julia uses 0- or 1-based...
[Read More]