Looking for immutable collections library

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

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

    Hash-array mapped trie in mit-scheme

  • I could swear I found such a library a while back, but I can't find it now for love nor money. I did find an immutable hashmap, but it's written in MIT Scheme, which is a different dialect to Chez's R6RS. You could probably port it without a whole heap of effort, but it's not download-and-go I'm afraid. Sadly this is often the case in the Scheme world. I wish there was a larger community.

  • racket

    The Racket repository

  • Racket is built on top of Chez Scheme and often has both mutable and immutable versions of data structures. I wonder if you can copy what you need from the source 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
  • pfds

    functional data structures for scheme

  • Purely Functional Data Structures https://github.com/ijp/pfds

  • fectors

    Functional Vectors

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