GHC Pluggable Backend?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • Trying to build a statically linked binary against glibc (Linux)

    3 projects | /r/haskell | 3 Jul 2022
  • How to make stack work like it's supposed to

    1 project | /r/NixOS | 23 May 2022
  • Announcing `safe-coloured-text`

    1 project | /r/haskell | 7 Feb 2022
  • A question about the current state of Haskell running natively on Apple silicon:

    1 project | /r/haskell | 21 Jan 2022
  • Memory from finished thread is not getting reclaimed

    7 projects | /r/haskell | 9 Sep 2021