
For emacs, the integrated REPL support in haskell-mode is pretty good.
The github wiki for haskell-mode gives a nice comprehensive overview of the
features:
https://github.com/haskell/haskell-mode/wiki/Haskell-Interactive-Mode
On 28 November 2015 at 21:40, Ondrej Nekola
Does it have some support for visual results or just text outputs? OSN
When I was learning it (still learning!) I just use emacs.
Top half is my code window, bottom half is a standard "M-x shell" then run ghci. It works. I've tried to use leksah but it is a little "busy" and doesn't really help to keep things simple when you are still learning, IMO anyway.
On 28 November 2015 at 15:41, Ondrej Nekola
wrote: I can (partially) answer myself: after a bit of experimenting iHaskell (jupyter/ipython + haskell kernel - don't try to install this with cabal, stack works. Don't forget to install native libraries) is quite usable. There is great looking haskellformac (paid) software but as the name suggests it's OS X only. OSN
Hi
Just curious: is there some recommended "first choice" combination of REPL and libs for (Apple) Swift styled "playgrounds"? (I have just seen a fractalish coffee spill and remembered that I have not implemented Mandelbrot set since high school and Pascal days and maybe it's time to be a bit childish again). Thanks Ondra 'satai' Nekola ondra@nekola.cz
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
-- Regards Sumit Sahrawat