nitrix 2017-02-28 04:51:10
Personally, if all the IDE is going to do is just be a wrapper to do calls to GHCi; I might as well use GHCi myself.
nitrix 2017-02-28 04:52:11
If it provided additional features, then it'd be a different story. Autocompletion and stuff aren't the IDE features I have in mind when I say that, since any decent text editor should be able to do this.
nitrix 2017-02-28 04:53:30
I'm thinking more like debugging, benchmarking, profiling... GHC's tooling is again fairly competent there :/
ertes 2017-02-28 05:24:17
does anyone know a CAS that lets me do manual equational reasoning (i.e. without any automatic simplifications or anything), including calculus?
ertes 2017-02-28 05:26:15
for example i'd like to do calculus, especially involving gradients, starting with an initial differential equation and then applying equational reasoning to get to my desired result
dgpratt 2017-02-28 05:26:15
I know about https://www.tryhaskell.org/ but is there anything analogous to a Haskell "fiddle" where I could send someone a snippet of Haskell and they could run it and/or see the results?
ertes 2017-02-28 05:26:34
dgpratt: tryhaskell isn't good enough for that?
dgpratt 2017-02-28 05:27:35
maybe it is, ertes, but I don't know how to send someone a snippet via tryhaskell other than "paste this into tryhaskell.org"
nitrix 2017-02-28 05:29:13
One day I'll finish haskellcode.com
nitrix 2017-02-28 05:29:54
I got stuck on the real-time collaborative part with the Operational Transformation algos.
nitrix 2017-02-28 05:30:45
I miss the old fpcomplete :(
dgpratt 2017-02-28 05:31:10
that was nice
dgpratt 2017-02-28 05:31:29
I was hoping it would resurface in some form at some point
nitrix 2017-02-28 05:31:49
Maybe I should dedicate more time to it.
meze 2017-02-28 05:32:04
dgpratt: https://repl.it/languages/haskell ?
dgpratt 2017-02-28 05:32:24
looks very promising meze
shapr 2017-02-28 05:33:24
I miss the old fpcomplete also, so many good f eatures