|
| 1 | +<p align="center"> |
| 2 | + <img src="https://github.com/chakravala/Reduce.jl/blob/master/docs/src/assets/logo.png" alt="Reduce.jl"/> |
| 3 | +</p> |
| 4 | + |
1 | 5 | # ReduceAlgebra.jl
|
2 | 6 |
|
3 |
| -[](https://travis-ci.org/chakravala/ReduceAlgebra.jl) |
| 7 | +*Meta-package for [Reduce.jl](https://github.com/chakravala/Reduce.jl) and [External Packages](https://github.com/JuliaReducePkg)* |
4 | 8 |
|
| 9 | +[](https://travis-ci.org/chakravala/ReduceAlgebra.jl) |
5 | 10 | [](https://coveralls.io/github/chakravala/ReduceAlgebra.jl?branch=master)
|
6 |
| - |
7 | 11 | [](http://codecov.io/github/chakravala/ReduceAlgebra.jl?branch=master)
|
| 12 | +[](https://gitter.im/Reduce-jl/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 13 | + |
| 14 | +The upstream [REDUCE](http://www.reduce-algebra.com) software was originally created by Anthony C. Hearn (currently maintained on [SourceForge](https://sourceforge.net/p/reduce-algebra/)), the Julia packages included with this repository are based on the symbolic parser generator [Reduce.jl](https://github.com/chakravala/Reduce.jl) created by Michael Reed, which extends the Julia language with REDUCE functionality. |
| 15 | + |
| 16 | +In Reduce.jl, an upstream REDUCE package can be used with `load_package(::Symbol)`. |
| 17 | + |
| 18 | +External packages provided by ReduceAlgebra.jl, |
| 19 | +- [Reduce.jl](https://github.com/chakravala/Reduce.jl): *core functionality (parser-generator)*, upstream docs ([REDUCE](http://www.reduce-algebra.com/manual/manual.html) / [pdf](http://www.reduce-algebra.com/manual/manual.pdf)), Julia docs ([stable](https://chakravala.github.io/Reduce.jl/stable) / [latest](https://chakravala.github.io/Reduce.jl/latest)) |
| 20 | +- [ReduceLinAlg.jl](https://github.com/JuliaReducePkg/ReduceLinAlg.jl): *Linear algebra package*, upstream docs ([LINALG](http://www.reduce-algebra.com/manual/manualse127.html) / [pdf](http://www.reduce-algebra.com/manual/contributed/linalg.pdf)), Julia docs (none yet) |
| 21 | + |
| 22 | +What is included with the Reduce.jl core package? |
| 23 | +- *REDUCE LaTeX formula interface*, upstream docs ([RLFI](http://www.reduce-algebra.com/manual/manualse146.html) / [pdf](http://www.reduce-algebra.com/manual/contributed/rlfi.pdf)), supports [IJulia.jl](https://github.com/JuliaLang/IJulia.jl) output |
| 24 | + |
| 25 | +More packages will be added. See [Implement External REDUCE Packages](https://github.com/orgs/JuliaReducePkg/projects/1) and [Implement Reduce](https://github.com/chakravala/Reduce.jl/projects/1) for progress. |
0 commit comments