Are there any 1 2 redistributable solutions for loading Haskell 3 scripts from a Haskell program?
1 Statically linked; you donβt need the end user to install ghc or have something special in PATH.
2 i.e. library plus some settings at my end.
3 They are written in Haskell and have access to a certain set of characters exported from the program that performs the download. It is important. I managed to download and run the code snippets with a hint, but I could not get them to see any characters in my program, as script systems usually work.
source
share