Deep embedding of Haskell in Haskell

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
  • ghc-dump

    A GHC plugin and library for analysing GHC Core

  • It kind of sounds like you want to script GHC. There's a plugin system for that, you could check out https://github.com/bgamari/ghc-dump for example. This library also provides a consistent representation for Core across multiple GHC versions.

  • hint

    Runtime Haskell interpreter

  • hint's API takes a string, not an AST (I plan to fix this). Internally, hint delegates to the ghc library, which does expose a parser which you can use if you want. hint exists to provide a friendlier API than the ghc library for interpreting Haskell code, but it does not expose a friendlier API for parsing Haskell code.

  • 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
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

  • Can GHCi be run like PDB?

    3 projects | /r/haskell | 6 Jan 2023
  • I am looking for a new maintainer for Mueval

    2 projects | /r/haskell | 10 Jul 2023
  • Dynamic loading of modules

    2 projects | /r/haskell | 19 Dec 2022
  • How to catch "Variable not in scope" error

    1 project | /r/haskell | 29 Oct 2021
  • Does a function that takes as input a function and return its porgram text exist?

    1 project | /r/haskell | 23 Aug 2021