Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2024-03-06 Thread Francesco Bonazzi
Technically we have a Wolfram Mathematica language parser that is able to get the abstract syntax tree from Wolfram Mathematica expressions. The hard task is the creation of the pattern matching engine, which is the reason why integrating MatchPy into SymPy is very important. On Tuesday, March

Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2024-03-05 Thread Aaron Meurer
Mathics has a license that makes it incompatible with sympy. But regardless, I think we should find a way to make RUBI work without having to build a full Wolfram language interpreter. Aaron Meurer On Sat, Mar 2, 2024 at 10:10 AM Samith Kavishke wrote: > > Is that means this project is not going

Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2024-03-02 Thread Samith Kavishke
Is that means this project is not going to be continued? On Saturday, March 25, 2023 at 2:12:27 AM UTC+5:30 Oscar wrote: > There already is mathics which is a Wolfram Language interpreter that > is based on SymPy. It would seem a bit odd to create a new one. > > On Fri, 24 Mar 2023 at 19:48, Aaro

Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2024-03-02 Thread Samith Kavishke
Referred in the sense, sympy.rubi repository On Saturday, March 2, 2024 at 7:04:17 PM UTC+5:30 Samith Kavishke wrote: > I referred this repository currently it is not well maintained, and it > throws several issues due to not changing the importing directories as > well. And it does not have a

Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2024-03-02 Thread Samith Kavishke
I referred this repository currently it is not well maintained, and it throws several issues due to not changing the importing directories as well. And it does not have a proper Readme.md file, I will lookin to fix that file and importing issues at the moment. Best Regards, Samith Kavishke. O

Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2023-03-24 Thread Oscar Benjamin
There already is mathics which is a Wolfram Language interpreter that is based on SymPy. It would seem a bit odd to create a new one. On Fri, 24 Mar 2023 at 19:48, Aaron Meurer wrote: > > I believe the primary function of this project is to make it easier to > integrate the RUBI integrator into S

Re: [sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2023-03-24 Thread Aaron Meurer
I believe the primary function of this project is to make it easier to integrate the RUBI integrator into SymPy. The project shouldn't actually depend on Wolfram Mathematica or any proprietary code at all. The best place to start here would be to look at RUBI and see what the status of it is. You c

[sympy] GSOC Application: Creating a Wolfram Mathematica Interpreter with Sympy

2023-03-24 Thread Dawn Magnet
Dear Sympy Community, My name is Zutong Wen, and I am a student from China Agricultural University. I am writing to express my interest in participating in the Google Summer of Code (GSOC) program with the Sympy project. Specifically, I am interested in the "Create a Wolfram Mathematica interp