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 supported118 Subscribers
View all SubscribersAdd a CodeTriage badge to julia
Help out
- Issues
- Views on arrays should become views on a slice of the Memory that was accssible at view construction
- Some uses of `@__DIR__` should be relocatable.
- make `Base.@assume_effects :nothrow` mark throwing expressions as `unreachable`
- type application doesn't infer as consistent
- Encode type-/layout- vs. region-based alias info separately in LLVM IR
- Random stdlib: randstring(rand(UInt8)) errors
- Bounds check inconsistency in `keepat!`/`deleteat!`
- Support types other than `Int` in `randstring`, but convert to `Int` prior to entering the "main" method
- `in(::Missing, ::Any)` inconsistency
- Overallocation of arrays now seems to persist through precompile serialization on 1.11+
- Docs
- Julia not yet supported