From d8e52dce7f5e0fb2017ff63d1148fd62f604eb98 Mon Sep 17 00:00:00 2001 From: Marcelo Forets Date: Sat, 24 Apr 2021 09:06:59 -0300 Subject: [PATCH] Update README.md This repo keeps showing on top when I search for Symbolics.jl, so a direct link may help others too :smiley: --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7815930..43cd587 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![Build Status](https://travis-ci.com/MasonProtter/Symbolics.jl.svg?branch=master)](https://travis-ci.com/MasonProtter/Symbolics.jl) [![Build status](https://ci.appveyor.com/api/projects/status/dmthyx5hr6udact2/branch/master?svg=true)](https://ci.appveyor.com/project/MasonProtter/symbolics-jl/branch/master) [![codecov](https://codecov.io/gh/MasonProtter/Symbolics.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MasonProtter/Symbolics.jl) # Symbolics.jl +### Symbolics.jl has moved to https://github.com/JuliaSymbolics/Symbolics.jl + This is a package I'm throwing together after getting inspired by the talk [Physics in Clojure](https://www.youtube.com/watch?v=7PoajCqNKpg) which was about porting scmutils to clojure. scmutils is a Scheme package with a very interesting and powerful computer algebra system meant as a companion to the book [Structure and Interpretation of Classical Mechanics](https://mitpress.mit.edu/books/structure-and-interpretation-classical-mechanics-second-edition). My intention with Symbolics.jl is to attempt to recreate the functionality of scmutils in julia using julian syntax. The package is slowly morphing into some sort of hybrid between scmutils and Mathematica.