julia
Information
- Documentation: http://docs.julialang.org
- Github organization: http://github.org/JuliaLang/julia
Description
Julia is a high-level, high-performance, dynamic programming language for technical computing. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. Julia’s Base library, largely written in Julia itself, also integrates mature, best-of-breed open source C and Fortran libraries for linear algebra, random number generation, signal processing, and string processing. In addition, the Julia developer community is contributing a number of external packages through Julia’s built-in package manager at a rapid pace. IJulia, a collaboration between the Jupyter and Julia communities, provides a powerful browser-based graphical notebook interface to Julia.
Open Doc issues
- Manual describes deprecated inner constructor syntax
- Edit link in HTML docs
- Still unable to search for macros in the doc
- DOC: Memory layout - list of dead terms/links @ Manual
- Clarify "Working with Files" regarding encoding in the docs
- document that shift operators on BitVectors accept negative shifts
- Wishlist: documentation for extending broadcast
- Add warning note to do-block doc
- document
rem(x,T)
/x % T
forT
a type - conv corner case
- svds documentation doesn't explain how to extract factors
- DOC: Rewrite manual for parallel
- "invalid subtyping" breaking change in 0.6
- Manual: "Running External Programs" does not explain how to change working directory
- Documentation: "Noteworthy Differences from other Languages" -- outdated information + minor mistakes
- Filter is not documented
- document io and trailing args for print/ln
- REPL integrated readline
- Use of ÷ in the manual
- Function help within REPL hangs, then produces 6357 lines of output.