Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

videos or tutorials for vim haskell mode

Tags:

vim

haskell

ide

I'm looking into a good ide to write my Haskell programs and I've opted for vim. Now, I need a good tutorial to get started.

Do you know of any good tutorial ? or video ?

like image 738
Attilah Avatar asked Apr 17 '13 00:04

Attilah


1 Answers

This isn't really a tutorial on how to use vim for haskell, but they are great videos that use haskell in vim. He does explain how he sets up his environment in episode 2.

Episode one

Episode two

Here's also a series I have been working on coding a Sed implementation using Haskell in vim.

Playlist

like image 192
Conner Avatar answered Sep 23 '22 00:09

Conner