Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Any plans for a list/vector? #3
Comments
|
Not in the foreseeable future, unfortunately. PRs are welcome, though :) |
|
How would an immutable list type differ from Python's tuple? |
|
The immutable list type will be quite similar to Python's |
I would like to work on this. I think about an implementation using fingertrees. Any advice? |
Great!
Is that what say Clojure uses? The current HAMT implementation was hugely inspired by Clojure's map implementation, so it would be great to study how they handle vectors. |
I like the trend of increasing functional programming data types for Python. Any plans for a list/vector?