[Haskell-cafe] IDE

JP Moresmau jpmoresmau at gmail.com
Fri Nov 8 21:17:35 UTC 2013


Well, as the maintainer I suppose I should mention EclipseFP. It doesn't
have partial compilation but can rebuild your project when you save a file,
so you see the impact of your changes. It uses Cabal settings and has a
Cabal editor. It provides code completion, and you can search and rename
across files and projects within your workspace.
I dont't have a huge amount of time at the moment to develop new big
things, but I try to fix bugs as they're reported and release a version
every three months or so. I use it of course for all my Haskell
developments.

Of course you need to have a JRE and download/install Eclipse, and I know
Eclipse is not everybody's cup of tea.

JP


On Fri, Nov 8, 2013 at 10:01 PM, Александр Сухарев <asuk1979 at gmail.com>wrote:

> I’m too, but I use it alot. And here are some pretty useful vim plugins
>
> set nocompatible
> filetype off
>
> set rtp+=~/.vim/bundle/vundle/
> call vundle#rc()
>
> Bundle 'gmarik/vundle'
>
> Bundle 'bling/vim-airline'
> Bundle 'Shougo/unite.vim'
> Bundle 'kien/ctrlp.vim'
> Bundle 'scrooloose/nerdtree'
> Bundle 'majutsushi/tagbar'
> Bundle 'tpope/vim-sensible'
> Bundle 'tpope/vim-unimpaired'
>
> " { Edit
> Bundle 'terryma/vim-multiple-cursors'
> Bundle 'scrooloose/syntastic'
> Bundle 'sjl/gundo.vim'
> Bundle 'scrooloose/nerdcommenter'
> Bundle 'godlygeek/tabular'
> Bundle 'Raimondi/delimitMate'
> " }
>
> " { Git
> Bundle 'airblade/vim-gitgutter'
> Bundle 'tpope/vim-fugitive'
> " }
>
> " reStructuredText
> Bundle 'Rykka/riv.vim'
> " Markdown
> Bundle 'plasticboy/vim-markdown'
>
> " Bundle 'Valloric/YouCompleteMe’
> " Bundle 'Shougo/vimproc.vim'
>
> " { Haskell
> " Bundle 'urso/haskell_syntax.vim'
> " Bundle 'eagletmt/ghcmod-vim'
> Bundle 'Twinside/vim-haskellConceal'
> Bundle 'vim-scripts/haskell.vim'
> Bundle 'Twinside/vim-haskellFold'
> Bundle 'bitc/lushtags'
> Bundle 'vim-scripts/Darcs'
> " }
>
> " { Dash
> Bundle 'rizzatti/funcoo.vim'
> Bundle 'rizzatti/dash.vim'
> " }
>
> filetype plugin indent on
>
> ...
>
>
> 2013/11/9 Corentin Dupont <corentin.dupont at gmail.com>
>
>> I'm a vimer :)
>> although I use it a lot to do small editing on random files, I've never
>> used it as a dev environment.
>>
>>
>>
>> On Fri, Nov 8, 2013 at 9:08 PM, David Thomas <davidleothomas at gmail.com>wrote:
>>
>>> I use vim, though I think if you know neither vim nor emacs, emacs might
>>> be a better choice for Haskell.
>>>
>>>
>>> On Fri, Nov 8, 2013 at 11:57 AM, Miro Karpis <miroslav.karpis at gmail.com>wrote:
>>>
>>>> Hi, I use sublime with sublime-haskell.
>>>>
>>>> m.
>>>>
>>>>
>>>> On Fri, Nov 8, 2013 at 8:55 PM, Tommy Thorn <tt1729 at yahoo.com> wrote:
>>>>
>>>>> I use both kinds: Emacs + haskell-mode and Emacs For Mac OS X +
>>>>> haskell-mode.
>>>>>
>>>>> :)
>>>>>
>>>>> Tommy
>>>>>
>>>>> On Nov 8, 2013, at 11:44 , Corentin Dupont <corentin.dupont at gmail.com>
>>>>> wrote:
>>>>>
>>>>> > Hi cafe,
>>>>> > I would like to know which IDE are you using?
>>>>> > I use Leksah, I like the GUI design and constant compilation process.
>>>>> > However, the development seems to be slowing down: last version date
>>>>> from early 2012. The installation process is very painful.
>>>>> >
>>>>> > There is FPComplete IDE coming up, but it's commercial.
>>>>> > I'm experimenting with it, anyway: how to compile using cabal files?
>>>>> It doesn't seem to recognize them. Will there be an off-line version?
>>>>> >
>>>>> > I'm interested to know if you are using vim to develop: which
>>>>> extension are you using? I'm interested in continuous compilation, project
>>>>> files browsing, code completion, search-in-files.
>>>>> >
>>>>> > Best,
>>>>> > Corentin
>>>>> >
>>>>> >
>>>>> > _______________________________________________
>>>>> > Haskell-Cafe mailing list
>>>>> > Haskell-Cafe at haskell.org
>>>>> > http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>>>
>>>>> _______________________________________________
>>>>> Haskell-Cafe mailing list
>>>>> Haskell-Cafe at haskell.org
>>>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Haskell-Cafe mailing list
>>>> Haskell-Cafe at haskell.org
>>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe at haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>>>
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


-- 
JP Moresmau
http://jpmoresmau.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131108/5114c984/attachment.html>


More information about the Haskell-Cafe mailing list