-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is this project heading? #10
Comments
My personal view is that expresso could easily develop into something like SymPy over time. That will depend on where contributors want to take it of course! |
Seems nice to me. Was there a special motivation to start this project. i.e. a specific problem that had to be solved. Or is it more like 'let's see how well clojure does at symbolic math' ? Personally I use maple quite often to do some quick calculations. And I was wondering whether there would be a specific advantage to using clojure. Of course clojure overrules maple as a decent programming language :) |
Well I started it out of curiosity but @mschuene has done most of the subsequent development as part of Google Summer of Code. My motivation was being able to solve / optimise algebraic expressions for data science related work. It ties quite closely to the work I'm doing on core.matrix (https://github.com/mikera/core.matrix) Clojure gives quite a big advantage in the sense that Lisp expressions are already well suited to treating "code as data". And it also has the advantage of being a very strong general purpose language (which means it trumps Mathematica and Maple for practical usage) |
Hi,
On Sat, Jul 12, 2014 at 1:24 PM, Mike Anderson [email protected]
|
Is it the goal of this project to become like amaple or sympy (python) for clojure?
With features like
Just curious.
The text was updated successfully, but these errors were encountered: