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
- Document @deprecate
- Clarify "Working with Files" regarding encoding in the docs
- Add warning note to do-block doc
- "invalid subtyping" breaking change in 0.6
- Use of ÷ in the manual
- Function help within REPL hangs, then produces 6357 lines of output.
- 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
- document that shift operators on BitVectors accept negative shifts
- serving website and docs over HTTPS
- Wishlist: documentation for extending broadcast
- document
rem(x,T)
/x % T
forT
a type - conv corner case
- Update or remove stale code links in devdocs
- svds documentation doesn't explain how to extract factors
- DOC: Rewrite manual for parallel
- Manual: "Running External Programs" does not explain how to change working directory
- Documentation: "Noteworthy Differences from other Languages" -- outdated information + minor mistakes
UV_THREADPOOL_SIZE
doesn't work like the document said in@threadcall
- Filter is not documented
- document io and trailing args for print/ln
- REPL integrated readline
- Give link to type definition when no documentation is found
- Consider documenting that all method type parameters must be captured?
- misreported line number for undefined interpolated variable in docstring
- Adding docstring to constructor leads to ERROR: LoadError: type BottomType has no field name