Functional Implementation of a parser?

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

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

    A fast Haskell library for parsing ByteStrings

  • The basic idea is to create a state monad (usually using the State monad transformer) which contains a string to be parsed, and which also lifts other monad transformers like Except for throwing syntax errors. Or you can use a parser combinator like Parser provided by a parsing library like Megaparsec or Attoparsec that defines an efficient State+Except monad transformer combination for you.

  • 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

  • On a daily base in this sub

    5 projects | /r/ProgrammerHumor | 23 Jan 2022
  • Splitting html tags string into list of string

    2 projects | /r/haskell | 1 Jun 2021
  • Wuffs: Wrangling Untrusted File Formats Safely

    6 projects | news.ycombinator.com | 16 May 2024
  • Advanced RAG with guided generation

    2 projects | dev.to | 18 Apr 2024
  • Lezer: A Parsing System for CodeMirror, Inspired by Tree-Sitter

    9 projects | news.ycombinator.com | 24 Mar 2024