Search code examples
Can I compile a haskell function from a string at runtime (using plugins)?...


haskelldynamicinterpreterhotswapghc-api

Read More
Using GHC API to compile a program with optimisation...


haskellghcghc-api

Read More
Haskell: Can a function be compiled?...


haskellcompilationghchintghc-api

Read More
How to compile Haskell into the untyped lambda calculus (or GHC core)?...


haskelllambda-calculusghc-api

Read More
ghc-mtl fails to build with ghc-7.8...


haskellghcghc-api

Read More
Using the GHC API to do a "dry run" of code compilation...


haskellghcstatic-analysisdynamic-compilationghc-api

Read More
Language.Haskell.Interpreter - how to properly call IO actions?...


haskellinterpretermonadsghc-api

Read More
Dynamically loading compiled Haskell module - GHC 7.6...


haskellghcghc-api

Read More
Infer type of a string containing a Haskell expression...


haskelltype-inferenceghc-apihindley-milner

Read More
Why directly imported functions in GHC differ so much with functions I write with the source code co...


debugginghaskellmemory-leaksgarbage-collectionghc-api

Read More
Is it possible to generate and run TemplateHaskell generated code at runtime?...


chaskellruntimetemplate-haskellghc-api

Read More
Reify a module into a record...


haskellmoduletemplate-haskellghc-api

Read More
How to handle "panic: the impossible happened" and continue in Haskell...


haskelldynamic-loadingtypecheckingghc-api

Read More
Simple way to have the GHC API for application deployed on Windows...


windowshaskelldeploymentghc-api

Read More
Need a tutorial for using GHC to parse and typecheck Haskell...


haskellghcghc-api

Read More
Why cannot top level module be set to main in Hint...


haskellghchintghc-api

Read More
Finding cabal packages when using the GHC API...


haskellghcghc-api

Read More
Importing a known function from an already-compiled binary, using GHC's API or Hint...


haskellhintghc-api

Read More
GHC API - How to dynamically load Haskell code from a compiled module using GHC 7.2?...


haskellmoduleghcdynamic-loadingghc-api

Read More
Is it possible to use the GHC API to modify a program while compiling it?...


haskellghcghc-api

Read More
Compiling to GHC Core...


haskellghcghc-api

Read More
Dynamic loading of Haskell abstract syntax expression...


haskelldynamic-loadingghc-api

Read More
How do I force interpretation in Hint...


haskellghchintghc-api

Read More
Global variables via unsafePerformIO in Haskell...


haskellghcghc-api

Read More
Evaluation of Haskell Statements/Expressions using GHC API...


haskellruntimeevaluationghcghc-api

Read More
BackNext