[Haskell-cafe] What is simplest extension language to implement?

Steffen Schuldenzucker sschuldenzucker at uni-bonn.de
Tue Nov 2 06:35:43 EDT 2010


On 11/02/2010 10:40 AM, Yves Parès wrote:
> Because he would have either to recompile the whole program or to use 
> things like hint, both implying that GHC must be installed on the user 
> side (600Mo+ for GHC 6.12.3)
Isn't there a way to use some stripped-down version of ghc and the base 
libraries, providing only what the user really needs, in versions which 
are known to work, and supply that together with the application?

I'd love to use haskell as a configuration language, provide some 
combinators and effectively get the rest for free.
But it is not acceptable for a user to go through the mess of installing 
a ghc environment on, say, Windows, only to change some settings.
>
>
> 2010/11/2 Lennart Augustsson <lennart at augustsson.net 
> <mailto:lennart at augustsson.net>>
>
>     I don't understand.  Why don't you use Haskell as the scripting
>     language?
>
>     On Tue, Nov 2, 2010 at 7:04 AM, Permjacov Evgeniy
>     <permeakra at gmail.com <mailto:permeakra at gmail.com>> wrote:
>     > Let us think, that we need some scripting language for our pure
>     haskell
>     > project and configure-compile-run is not a way. In such a case a
>     > reasonably simple, yet standartized and wide known language
>     should be
>     > implemented. What such language may be?
>     >  R(4/5/6)RS ?
>     >  EcmaScript ?
>     >  Some other ?
>     > _______________________________________________
>     > Haskell-Cafe mailing list
>     > Haskell-Cafe at haskell.org <mailto:Haskell-Cafe at haskell.org>
>     > http://www.haskell.org/mailman/listinfo/haskell-cafe
>     >
>     _______________________________________________
>     Haskell-Cafe mailing list
>     Haskell-Cafe at haskell.org <mailto: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
>    

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20101102/f8dd7a5f/attachment.html


More information about the Haskell-Cafe mailing list