From 3afd6ad6a2b230cf5ce3df82c0d4694da3c73983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SVAKSHA=20=E0=A5=A5=20=E0=A4=B8=E0=A5=8D=E0=A4=B5=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B7=20=E0=A5=A5?= Date: Sat, 31 Jan 2015 00:30:51 +0530 Subject: [PATCH] @jlapeyre : SJulia --- Mathematics.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mathematics.md b/Mathematics.md index a1d82d0b88..57d7b2b68f 100644 --- a/Mathematics.md +++ b/Mathematics.md @@ -111,7 +111,7 @@ ### [Symbolic Computation](https://en.wikipedia.org/wiki/Symbolic_computation) + [SJulia](https://github.com/jlapeyre/SJulia) :: A partial implementation of a language for symbolic computation, based on pattern matching and an evaluation sequence closely modeled on Mathematica. -- [Symbolic.jl](https://github.com/scidom/Symbolic.jl) :: Symbolic computations and computer algebra in Julia. ++ [Symbolic.jl](https://github.com/scidom/Symbolic.jl) :: Symbolic computations and computer algebra in Julia. ---- diff --git a/README.md b/README.md index c37df4b1df..fe47a69663 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For Base packages, check if the package you seek is listed in their [built-in package manager](https://github.com/JuliaLang/METADATA.jl) on github, or check METADATA for [registered Julia packages](http://pkg.julialang.org/), then use the built-in package manager to install it after checking the requirements for respective versions. The latest interesting package statistics are available at the [Julia Package Ecosystem Pulse](http://pkg.julialang.org/pulse.html) webpage which mirrors the current core development on [github](https://github.com/JuliaLang/julia/pulse). - [AI.md](https://github.com/svaksha/Julia.jl/blob/master/AI.md) :: Algorithms, DataMining, Data Structures, ML, NLP, ... -- [Astronomy.md](https://github.com/svaksha/Julia.jl/blob/master/AI.md) :: Astronomy and Imaging packages. +- [Astronomy.md](https://github.com/svaksha/Julia.jl/blob/master/Astronomy.md) :: Astronomy and Imaging packages. - [API.md](https://github.com/svaksha/Julia.jl/blob/master/API.md) :: Language API's - C++, Fortran, Go, Java, JavaScript, MATLAB, Perl, Python, R, ... - [Biology.md](https://github.com/svaksha/Julia.jl/blob/master/Biology.md) :: Bioinformatics, genomics, agriculture, food science, medicine, genetic engineering, Neuroscience, et. al... - [Build-Automation.md](https://github.com/svaksha/Julia.jl/blob/master/Build-Automation.md) :: Tools for continuous integration (CI), continuous delivery (CD), Packaging, release engineering (RE), release management (RM), software configuration management (SCM), etc...