Popularity
7.6
Declining
Activity
0.0
Stable
24
9
3

Monthly Downloads: 22
Programming language: Haskell
License: MIT License
Tags: Development     GHC    
Latest version: v0.4

ghc-simple alternatives and similar packages

Based on the "ghc" category.
Alternatively, view ghc-simple alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghc-simple or a related project?

Add another 'ghc' Package

README

ghc-simple

The GHC API is a great tool for working with Haskell code. Unfortunately, it's also fairly opaque and hard to get started with. This library abstracts away the intricacies of working with the GHC API, giving a general, no-nonsense way to extract highly optimized (or not, depending on your use case) Core, STG, custom intermediate code, and other information from Haskell code.

TODO

  • Caching and loading generated code on demand based on symbol (and/or module) dependencies.