[Haskell-cafe] Imports as first class functions

Brandon Allbery allbery.b at gmail.com
Sun Dec 8 18:19:52 UTC 2024


On Sun, Dec 8, 2024 at 1:12 PM Dan Dart <haskellcafe at dandart.co.uk> wrote:

> Personally, what I thought of immediately would be using dlopen() to
> import custom .so files (optionally located in database blobs?)
>

This used to be possible with the plugins package, but I think it's
bitrotted now. Supposedly there are ghc-lib functions that can do it, but I
don't know if you can apply them to a BLOB or if it has to be a disk file.

-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20241208/c066fd25/attachment.html>


More information about the Haskell-Cafe mailing list