Skip to content

Commit 31ebe97

Browse files
📚 docs(README): Fix links and improve comments.
1 parent 6111bcf commit 31ebe97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ for ( const x of tree ) console.log( x ) ;
312312
- [*Finger trees: a simple general-purpose data structure* -- Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
313313

314314
## :link: Links
315-
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/main/fn/immutable/finger.py)
316-
- [A (buggy) previous JavaScript implementation](https://github.com/qiao/fingertree.js)
317-
- [A coffeescript implementation](https://github.com/zot/Leisure/blob/main/src/lib/fingertree.coffee)
315+
316+
- [A coffeescript implementation with ZLIB licensing](https://github.com/zot/Leisure/blob/master/src/lib/fingertree.coffee) (:white_check_mark: the implementation appears to be correct)
317+
- [An implementation in Python](https://github.com/kachayev/fn.py/blob/master/fn/immutable/finger.py) (:warning: the implementation is missing [splitting functionality](#broken_heart-split))
318+
- [A JavaScript implementation with MIT licensing](https://github.com/qiao/fingertree.js) (:rotating_light: [the implementation is incorrect](https://github.com/qiao/fingertree.js/issues/7))

0 commit comments

Comments
 (0)