peds

Type safe persistent/immutable data structures for Go (by tobgu)

Peds Alternatives

Similar projects and alternatives to peds

  1. book

    654 peds VS book

    The Rust Programming Language

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. milewski-ctfp-pdf

    Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source

  4. elvish

    48 peds VS elvish

    Powerful scripting language & versatile interactive shell

  5. Halide

    47 peds VS Halide

    a language for fast, portable data-parallel computation

  6. dotnet-script

    Run C# scripts from the .NET CLI.

  7. cl-autowrap

    9 peds VS cl-autowrap

    (c-include "file.h") => complete FFI wrapper

  8. wolf3d

    The original open source release of Wolfenstein 3D

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. cffi

    16 peds VS cffi

    The Common Foreign Function Interface

  11. dhall

    11 peds VS dhall

    Maintainable configuration files

  12. turtle-geometry

    Command turtle graphics using Scheme dialect on your Android

  13. collection

    Discontinued A suite of general-purpose collections for Go (by rickb777)

  14. rtreego

    an R-Tree library for Go

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better peds alternative or higher similarity.

peds discussion

Log in or Post with

peds reviews and mentions

Posts with mentions or reviews of peds. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-02.
  • Why Functional Programming Should Be the Future of Software
    11 projects | news.ycombinator.com | 2 Nov 2022
    Or lets look at persistent data structures, a staple of functional programming:

    https://github.com/tobgu/peds

    Notice how you'd need to generate the DS for every type you'd like to use it, which is not the case with built in mutable maps and slices.

    To make them type-safe, you need to generate them for every type you use. While this is technically possible, it does make the language quite hostile towards functional programming. With generics, this is rectified but the problem with non-composable multi-return-value functions still remains

  • Persistent data structures now that generics are coming?
    3 projects | /r/golang | 26 Dec 2021
    One of the library types that benefits from having generics is "data structure" libraries. Does anyone know of work going on to make a Go 1.18+ persistent data structure library (something like this or this)?

Stats

Basic peds repo stats
2
63
1.8
about 4 years ago

tobgu/peds is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of peds is Go.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?