Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in ghc-api
Why directly imported functions in GHC differ so much with functions I write with the source code copied from GHC Libraries
Nov 13, 2022
debugging
haskell
memory-leaks
garbage-collection
ghc-api
Can I compile a haskell function from a string at runtime (using plugins)?
Jul 27, 2020
haskell
dynamic
interpreter
hotswap
ghc-api
Using GHC API to compile a program with optimisation
Mar 03, 2022
haskell
ghc
ghc-api
Haskell GHC Dynamic Compliation Only works on first compile
Nov 06, 2018
haskell
compiler-construction
ghc
dynamic-compilation
ghc-api
Finding cabal packages when using the GHC API
Jan 24, 2014
haskell
ghc
ghc-api
How to handle "panic: the impossible happened" and continue in Haskell
Aug 22, 2020
haskell
dynamic-loading
typechecking
ghc-api
Compiling to GHC Core
Apr 13, 2022
haskell
ghc
ghc-api
Is it possible to generate and run TemplateHaskell generated code at runtime?
Mar 27, 2022
c
haskell
runtime
template-haskell
ghc-api
How to compile Haskell into the untyped lambda calculus (or GHC core)?
Aug 10, 2019
haskell
lambda-calculus
ghc-api
Reify a module into a record
Jul 05, 2019
haskell
module
template-haskell
ghc-api
Infer type of a string containing a Haskell expression
Sep 07, 2014
haskell
type-inference
ghc-api
hindley-milner
Simple way to have the GHC API for application deployed on Windows
Feb 09, 2013
windows
haskell
deployment
ghc-api
Is it possible to use the GHC API to modify a program while compiling it?
Feb 03, 2021
haskell
ghc
ghc-api
Haskell, GHC 8: dynamically load/import module
Mar 12, 2022
haskell
ghc
ghc-api
Dynamically loading compiled Haskell module - GHC 7.6
Jan 14, 2022
haskell
ghc
ghc-api
Evaluation of Haskell Statements/Expressions using GHC API
Sep 12, 2021
haskell
runtime
evaluation
ghc
ghc-api
Using GHC API to compile Haskell sources to CORE and CORE to binary
Mar 30, 2022
haskell
compilation
ghc
ghc-api
GHC API - How to dynamically load Haskell code from a compiled module using GHC 7.2?
Jan 29, 2022
haskell
module
ghc
dynamic-loading
ghc-api
Need a tutorial for using GHC to parse and typecheck Haskell
Jul 04, 2022
haskell
ghc
ghc-api