JuliaNotes.jl icon indicating copy to clipboard operation
JuliaNotes.jl copied to clipboard

A collection of examples and explanations about Julia

Results 6 JuliaNotes.jl issues
Sort by recently updated
recently updated
newest added

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 ```...

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...