peds VS milewski-ctfp-pdf

Compare peds vs milewski-ctfp-pdf and see what are their differences.

peds

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

milewski-ctfp-pdf

Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source (by hmemcpy)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
peds milewski-ctfp-pdf
2 75
63 10,745
- -
1.8 5.3
about 3 years ago 27 days ago
Go TeX
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

peds

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)?

milewski-ctfp-pdf

Posts with mentions or reviews of milewski-ctfp-pdf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.

What are some alternatives?

When comparing peds and milewski-ctfp-pdf you can also consider the following projects:

golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.

semantic-source - Parsing, analyzing, and comparing source code across many languages

wolf3d - The original open source release of Wolfenstein 3D

web-dev-golang-anti-textbook - Learn how to write webapps without a framework in Go.

book - The Rust Programming Language

paip-lisp - Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

Halide - a language for fast, portable data-parallel computation

practicing-ruby-manuscripts - Collection of source manuscripts for publicly released Practicing Ruby articles

turtle-geometry - Command turtle graphics using Scheme dialect on your Android

owasp-masvs - The OWASP MASVS (Mobile Application Security Verification Standard) is the industry standard for mobile app security.

elvish - Powerful scripting language & Versatile interactive shell

Yup - Dead simple Object schema validation