Is there something like Sage for Haskell programmers?
|
|
Unfortunately, the answer seems to be "NO". Possibly interesting to some readers is the following: Often, one programming language is not enough for a task. E.g. when I need to solve a problem which is remotely related to statistics, R (r-project.org) is just the best fit. But I don't want to program all code in R because, Haskell has this great type system and so many other important features. I think the best way is a hybrid approach. I write a RESTful web service around the functionality of the R code, and with Haskell I access the web service to get or send data. (Or maybe another way to access R directly.) Perhaps a hybrid approach with Haskell and Python+Sage makes sense. Currently I have following three programming languages on my "stack":
Also possibly interesting: In R there is a little overlap in functionality with Sage. Mainly the linear algebra, plotting functionality, and further some of the libraries (e.g. GD library) are also available in R. Agda has some support for Agda should work well together with Haskell and even the syntax is very similar. Coq can also be used with Haskell. See: Proving "no corruption" in Haskell I wrote "maybe" and "perhaps" because I don't know if the information is relevant to the question. |
||||
|
|
|
Have you check hackage and this list? There maybe something there that is relevant. |
|||||||||||||
|
|
As it was said, there is none. However there is Axiom, whose language Spad is the closest too Haskell among general purpose advanced CAS's. It has strong static typing and abstraction with categories which are similar (I would say the same) as Haskell's classes. Previously Axiom could also use Aldor which is superior to Haskell since it features dependent types. But unfortunately Aldor is dead due to licensing problems. Be sure to check also FriCAS, Axiom's fork. |
|||
|
|
|
honestly,as far as i know none exists. But there is something called REPA which is similar(well in a haskellish way),to numpy. |
||||
|
|
|
There are two option that have been produced after hammers answer: GHC live is the more recent of the two. |
|||
|
|