Griffin DeJohn
Griffin DeJohn
For certain, simple things like Convention of Elements and the Barbarian's Ruthless passive, it would be nice if in addition to "Include in stats" there was an option along the...
For example, I'd like to be able to say, "Start me off with 15 stacks of Gogok."
Note safe publication requirement in `Functions::memoize` docs.
[JSpecify](https://jspecify.dev/)? NullAway? Error Prone? Infer?
- https://github.com/hcoles/pitest/issues/284 - https://github.com/pitest/pitest-junit5-plugin - https://4comprehension.com/integrating-pit-mutation-testing-and-github-pages-with-github-actions/ - https://maarten.mulders.it/2020/06/mutation-testing-badge-with-pitest-and-stryker-dashboard/
Would logging from this library be helpful to end users? Can it be done with zero performance cost when logging is disabled, while also allowing end users to plug in...
Implement persistent vector abstract data type using weight-balanced binary trees ([bit mapped vector tries](https://stackoverflow.com/questions/20612729/how-does-scalas-vector-work)? [relaxed radix balanced trees](https://infoscience.epfl.ch/record/169879/files/RMTrees.pdf)?). Implement persistent set and map abstract data types using hash array mapped...
Already got catamorphisms (`foldRight`) and anamorphisms (`unfold`), specialized to `Sequence`. What about hylomorphisms, [paramorphisms](https://en.wikipedia.org/wiki/Paramorphism), apomorphisms, histomorphisms, futumorphisms? First I need to figure out what the hell those are.