[Haskell-cafe] Re: [Haskell] ANNOUNCE: Visual Haskell prerelease 0.2

Thiago Arrais thiago.arrais at gmail.com
Thu Nov 30 06:58:27 EST 2006


On 11/30/06, Johannes Waldmann <waldmann at imn.htwk-leipzig.de> wrote:
> The main advantage (Visual Haskell  over eclipsefp) at the moment
> is that VH uses incremental (on-the-fly) typechecking/compilation
> while eclipsefp calls the compiler for whole modules?

I would say this is one of the greatest advantages of VH, don't know if it is
the main one, but it surely is an advantage. I wonder how VH achieves that.
I imagine it manages to run GHC (it uses GHC, right?) inside the .Net VM
or at least access it through some programmatic interface using some kind
of native/VM data conversion. GHC code (and not VH code) do the
typechecking/compilation tricks. Is that right?

Eclipse is Java and I am pretty sure we can do something similar with it
and we actually did something like the second approach prior to version
0.9.1, but just for source code parsing. What do we need for that?

Cheers,

Thiago Arrais
-- 
Mergulhando no Caos - http://thiagoarrais.wordpress.com
Pensamentos, idéias e devaneios sobre desenvolvimento de software e
tecnologia em geral


More information about the Haskell-Cafe mailing list