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
- Set `VERSION` to `1.15.0-DEV`
- base: Add unary wrapping negation compatibility fallback
- codegen: ensure integer coercion when bitcasting between float and pointer
- precompile: explain actionable reasons for precompiling during loading
- bpart: allow re-typing mutable typed globals [rebase]
- lowering: install the type and value of `x::T = v` together
- Make `Base.decompose` public
- Interpreted stack frames print as `top-level scope` instead of the method signature (regression in 1.12 through nightly)
- scheduler: don't skip waking the io-loop thread while the IO lock is busy
- The always-ref'd SIGINT listener `AsyncCondition` keeps the io-loop thread inside `uv_run` holding the IO lock while idle
- Docs
- Julia not yet supported