For scenario (a) you can use hs-plugins and ghc
  http://www.cse.unsw.edu.au/~dons/hs-plugins/
With hs-plugins you can get an "eval" command, or you can dynamically
load Haskell modules (from source or pre-compiled .o files).

GHC (>= 6.5) has an API that you can access from Haskell programs:
  http://www.haskell.org/haskellwiki/GHC/As_a_library
I was wondering if the new GHC API gives you everything hs-plugins
does? If not will it ultimately do what hs-plugins does and replace
it, in the future?

  Jared.

On 2/15/06, Marc Weber <[EMAIL PROTECTED]> wrote:
> Is there a way to use haskell as scripting language in
> a) your own project?
> b) other projects such as vim (beeing written in C)?
>
> At the moment I'm interested, I don't have any real project..
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


--
http://www.updike.org/~jared/
reverse ")-:"
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to