List Question
10 TechQA 2024-10-19 23:51:15Using the GHC API to do a "dry run" of code compilation
274 views
Asked by Joey Eremondi
Can I compile a haskell function from a string at runtime (using plugins)?
876 views
Asked by Joey Eremondi
Dynamic loading of Haskell abstract syntax expression
231 views
Asked by modular
Compiling to GHC Core
1.3k views
Asked by aelguindy
GHC API equivalent of adding a C/C++ file/object to the compilation
69 views
Asked by Mathias Sven
Implementation tips for whole-program static analysis for Haskell
401 views
Asked by Brad Larsen
Haskell, GHC 8: dynamically load/import module
1.1k views
Asked by eugenk
Evaluation of Haskell Statements/Expressions using GHC API
2.7k views
Asked by Cetin Sert
Treating a String as a Haskell Program
326 views
Asked by Craig Innes
Is it possible to generate and run TemplateHaskell generated code at runtime?
679 views
Asked by fadedbee