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 supported119 Subscribers
View all SubscribersAdd a CodeTriage badge to julia
Help out
- Issues
- Default env & startup.jl loading pattern can cause excessive precompilation
- libgit2 can't handle some large error codes
- should `x // y` such that `iszero(x) && iszero(y)` throw an `ArgumentError` or a `DivideError`?
- Garbage Collection Segfaults on 1.11 from Enzyme + SymbolicRegression
- type normalization: `Union{Tuple{}, Tuple{Int64, Vararg{Int64, N}} where {N}}` into `Tuple{Vararg{Int64}}`?
- Experiment with generational switch
- Next set of stdlibs to move out into their own repos
- fix evalpoly type instability and 0-length case
- `Test.detect_unbound_args` reports cases that are reasonable and harmless
- `evalpoly(x,())` gives unhelpful error.
- Docs
- Julia not yet supported