[Haskell-beginners] Dynamic Loading of Haskell Code!

Brandon Allbery allbery.b at gmail.com
Fri Feb 21 16:59:49 UTC 2014


On Fri, Feb 21, 2014 at 11:25 AM, Gilberto Melfe <gilbertomelfe at gmail.com>wrote:

>
> I would like to ask:
>     Is it possible for a Haskell program to load code while it's running,
> in order for it to facilitate the implementation of Plugins?
>     (like it's possible in Perl or Python)
>
> Can someone enlighten me, please?
>

There's a plugins package on Hackage for this, but it's something of a pain
to use.
 The whole notion of plugins is kinda at cross-purposes with static type
checking.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140221/43dd7ade/attachment.html>


More information about the Beginners mailing list