Good resources for writing compiler 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
  • helium

    The Helium compiler, Helium-as-a-library, and the texthint interpreter (by Helium4Haskell)

  • I think attribute grammars are underrated. Helium and the abandoned UHC use the attribute grammar system developed at Utrecht University. Here is the manual. It is implemented as a preprocessor like Alex and Happy, so it can be a bit hard to setup. I have made two small example repositories here and here.

  • unbound-generics

    Specify variable binding in syntax trees using GHC.Generics (reimplementation of Unbound)

  • Something worth checking is how you are going to implement/represent binders, I would suggest looking into a library like unbound-generics

  • 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

  • How can you database hundreds or thousands of items for a trading game like Pirates. Only needed info: name,$$$ and a general type inferred by the list. I'm thinking .csv

    2 projects | /r/gamedev | 22 Apr 2023
  • SQL: 2023 is finished: Here is what's new

    3 projects | news.ycombinator.com | 13 Apr 2023
  • 2022 State of Haskell Survey

    6 projects | news.ycombinator.com | 3 Nov 2022
  • Stack Graphs

    6 projects | news.ycombinator.com | 9 Dec 2021
  • Go: the future encoding/json/v2 module

    2 projects | dev.to | 2 May 2024