JuliaNotes.jl
JuliaNotes.jl copied to clipboard
A collection of examples and explanations about Julia
Your currently documented `startup.jl` parses the Julia version. It doesn't work consistently for those who work on, say, release candidates. I prefer: ``` if isfile("./Project.toml") Pkg.activate(".") else Pkg.activate(temp=true) end ```...
tiny typo
Think this is a small typo (fixed it to get familiar with github forking/PR system)
First of all, thanks for these thoughtful notes. --- It seems that the example in https://m3g.github.io/JuliaNotes.jl/stable/anonymous/#Example-of-type-instability does not exhibit type instabilities under Julia 1.11.6. I execute the following immediately after...
Thank you for your thoughtful notes. With the update of Julia version, some contents in this note have become outdated. It is hoped that you can promptly check and update...