Suggestion: Add the zipper data structure #1515
Unanswered
cheerio-pixel
asked this question in
Q&A
Replies: 1 comment
-
|
The short answer is "maybe", the slightly longer answer is "probably not before v5 release", and the even longer answer is "this concept seems to have some overlap with recursion schemes + lenses; so maybe it's worth looking to see if there's a more powerful core concept that could be brought into language-ext". So, thanks for the submission, I'll mull it over, but it's unlikely I'll come back to this for the next few months as I try to finally get |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While working on a personal project I found the need to manipulate a tree-like structure and found that this project didn't have utilities like the zipper, so I implemented one for myself and think that this would be a nice addition to Language.Ext.
The implementation is basically taken from clojure, verbatim with some changes to adapt it to csharp.
Beta Was this translation helpful? Give feedback.
All reactions