GHC Pluggable Backend?

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • hs-foreign-emscripten

    INTERCEPT GHCJS CCALL DISPATCH TO EMSCRIPTEN

  • i looked into that recently, and i found that GHCJS did compile the foreign import ccall into something but not quite emscripten-compatible. Another tool handled that though.

  • penrose

    Haskell to JavaScript compiler, based on GHC

  • There are a bunch of open branches. And yes, there is ghcjs support in haskell.nix, see this comment.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • haskell.nix

    Alternative Haskell Infrastructure for Nixpkgs

  • There are a bunch of open branches. And yes, there is ghcjs support in haskell.nix, see this comment.

  • ghc-whole-program-compiler-project

    GHC Whole Program Compiler and External STG IR tooling

  • Why didn't you mention GHC-WPC? It is also a backend sample. It exports enough information (STG + linker opts + c bits) to interpret the program or to generate a binary executable via the regular GHC codegen system. https://github.com/grin-compiler/ghc-whole-program-compiler-project

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts