mike
mike

Reputation: 21

Haskell learning environments

after using plt-scheme for htdp and lispworks personal edition for touretsky's intro to symbolic computation; i would like to more about functional programming using haskell. But i am spoiled using the above ide's. I started reading learnyouahaskell but when the discussion goes to use your favorite editor i blank out . I did download the haskell platform and can use ghci in the terminal but 'linking' to an editor seems to be a problem.

Upvotes: 2

Views: 434

Answers (2)

renick
renick

Reputation: 736

You can use tmux, then send from vim to ghci using the tslime plugin.

tmux: http://tmux.sourceforge.net/

tslime: http://www.vim.org/scripts/script.php?script_id=3023

Upvotes: 1

Ekkehard.Horner
Ekkehard.Horner

Reputation: 38745

If developing environments qualify as learning environments:

Upvotes: 2

Related Questions