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
- Improve performance of depth-limited type printing in stack traces
- SpinLocks suffer from false sharing
- Implement `PaddedSpinLock`, which avoids false sharing.
- Default mingw32 build does not work as that uses dw2 but we need SJLJ exception handling
- Dependency cycles lead to repeated attempted pre-compilation and error spew
- Add documentation for `ones` and `zeros` to clarify that they return arrays filled with the same object (similar to `fill`)
- 1.11 release notes don't mention new multidimensional logical indexing feature
- `convert(::Type{BigFloat}, ...)` uses the current rounding mode, shouldn't it instead always use `RoundNearest`?
- gotoing to inside of a gc_preserve crashes julia
- Allow function negation `-f` to work like `!f`
- Docs
- Julia not yet supported