awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
zalando avatar

zalando/cats.match

0
View on GitHub↗
52 stars·3 forks·Clojure·MIT·7 views

Cats.match

Pattern matching for the monads in the cats Clojure library

Features

  • Pattern Matching - Pattern matching library.

Star history

Star history chart for zalando/cats.matchStar history chart for zalando/cats.match

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does zalando/cats.match do?

Pattern matching for the monads in the cats Clojure library

What are the main features of zalando/cats.match?

The main features of zalando/cats.match are: Pattern Matching.

Which projects share features with zalando/cats.match?

Projects with overlapping indexed features include: ziishaned/learn-regex — This project is a regular expression learning resource and tutorial designed to teach the syntax and logic used to… unisonweb/unison. carp-lang/carp — Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless… norvig/paip-lisp — This project is a comprehensive Lisp AI implementation library that provides reference implementations for various… vavr-io/vavr. dotnet/csharplang — This repository serves as the programming language design repository for C#, containing the official language…

Projects sharing features with Cats.match

These projects share indexed features with Cats.match. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ziishaned/learn-regexziishaned avatar

    ziishaned/learn-regex

    46,092View on GitHub↗

    This project is a regular expression learning resource and tutorial designed to teach the syntax and logic used to find, match, and manipulate text strings. It serves as a comprehensive guide and syntax reference for building complex search queries and data validation logic. The material covers the use of meta-characters, quantifiers, and boundary markers to define precise text match patterns. It includes instructional content on the logic of greedy and lazy matching, as well as the implementation of capture groups. The resource details a wide range of pattern matching capabilities, includin

    learn-regexregexregular-expression
    View on GitHub↗46,092
  • unisonweb/unisonunisonweb avatar

    unisonweb/unison

    6,487View on GitHub↗
    Haskellhacktoberfesthaskellprogramming-language
    View on GitHub↗6,487
  • carp-lang/carpcarp-lang avatar

    carp-lang/Carp

    5,815View on GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Haskellfunctionalfunctional-programminggame-development
    View on GitHub↗5,815
  • norvig/paip-lispnorvig avatar

    norvig/paip-lisp

    7,465View on GitHub↗

    This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also

    Common Lisp
    View on GitHub↗7,465
  • Compare all 14 related projects→