Can I compile a haskell function from a string at runtime (using plugins)?...
Read MoreUsing GHC API to compile a program with optimisation...
Read MoreHaskell: Can a function be compiled?...
Read MoreHow to compile Haskell into the untyped lambda calculus (or GHC core)?...
Read Moreghc-mtl fails to build with ghc-7.8...
Read MoreUsing the GHC API to do a "dry run" of code compilation...
Read MoreLanguage.Haskell.Interpreter - how to properly call IO actions?...
Read MoreDynamically loading compiled Haskell module - GHC 7.6...
Read MoreInfer type of a string containing a Haskell expression...
Read MoreWhy directly imported functions in GHC differ so much with functions I write with the source code co...
Read MoreIs it possible to generate and run TemplateHaskell generated code at runtime?...
Read MoreHow to handle "panic: the impossible happened" and continue in Haskell...
Read MoreSimple way to have the GHC API for application deployed on Windows...
Read MoreNeed a tutorial for using GHC to parse and typecheck Haskell...
Read MoreWhy cannot top level module be set to main in Hint...
Read MoreFinding cabal packages when using the GHC API...
Read MoreImporting a known function from an already-compiled binary, using GHC's API or Hint...
Read MoreGHC API - How to dynamically load Haskell code from a compiled module using GHC 7.2?...
Read MoreIs it possible to use the GHC API to modify a program while compiling it?...
Read MoreDynamic loading of Haskell abstract syntax expression...
Read MoreHow do I force interpretation in Hint...
Read MoreGlobal variables via unsafePerformIO in Haskell...
Read MoreEvaluation of Haskell Statements/Expressions using GHC API...
Read More