julia
https://github.com/julialang/julia
Julia
The Julia Language: A fresh approach to technical computing.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Julia not yet supported120 Subscribers
View all SubscribersAdd a CodeTriage badge to julia
Help out
- Issues
- make `copymutable(::Array)` use `copy` to avoid overhead
- use stmt instead of `Instruction` in `populate_def_use_map!`
- some combination of shapes during assignment (not broadcasted) into arrays don't error when they should
- Base: new function `isdivisible`
- `__precompile__(false)` in extensions is not applied correctly
- Invalid code displayed for block in if statement
- println is 10 ms slower than print (first use), likely missing precompiles on 1.11.1, and down to 1.10.5 actually; both allocate too [much] (and not as much), after precompilation
- Using length() in the conditional expression for while is slow
- 1.11.1: breaking change in extension loading
- Support vectorization of the gc.loaded intrinsics
- Docs
- Julia not yet supported