Pyrsistent VS xni

Compare Pyrsistent vs xni and see what are their differences.

Pyrsistent

Persistent/Immutable/Functional data structures for Python (by tobgu)

xni

A possible new C API for extending Ruby impls (by headius)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Pyrsistent xni
6 1
1,977 7
- -
7.2 0.0
3 months ago almost 10 years ago
Python Java
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.

Pyrsistent

Posts with mentions or reviews of Pyrsistent. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-03.

xni

Posts with mentions or reviews of xni. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-29.
  • Hello, HPy
    4 projects | news.ycombinator.com | 29 Mar 2021
    We have this same problem in Ruby - implementing the Ruby C extension API if you aren't exactly the same as the reference Ruby implementation is extremely challenging. I think Charlie Nutter proposed something like this for Ruby in the past https://github.com/headius/xni.

What are some alternatives?

When comparing Pyrsistent and xni you can also consider the following projects:

Toolz - A functional standard library for Python.

pygit2 - Python bindings for libgit2

fn.py - Functional programming in Python: implementation of missing features to enjoy FP

funcy - A fancy and practical functional tools

Coconut - Simple, elegant, Pythonic functional programming.

CyToolz - Cython implementation of Toolz: High performance functional utilities

Deal - 🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.

effect - effect isolation in Python, to facilitate more purely functional code

returns - Make your functions return something meaningful, typed, and safe!

classes - Smart, pythonic, ad-hoc, typed polymorphism for Python

Functional-Programming-Techniques-In-Python - Exploring functional centric designs and patterns in Python

contracts - An implementation of contracts for Python.