Open piotr-yuxuan opened 2 years ago
Hey, glad you have some interest in the project! I'll answer questions point by point.
As for external contributors, I am definitely open to contributions, e.g. from someone with more CLJS experience helping to port it to CLJC, or for just adding a CLJS version with feature parity (although I will likely do this myself at some point). I think since this is still relatively alpha software I may be a little more strict about what contributions I accept since I still have design ideas for this that simply aren't implemented yet.
Hello!
Giving a little look to this library that looks great. I've got a couple of minor, and overall very positive remarks:
java.util.List
is imported and used only once butCharSequence
is used more than once and not imported?CharSequence
, is it also usable from Java for free, bar a few usage examples? A cross-platform/language datastructure sounds quite a big thing :-)README.md
would look quite neat.README.md
a bit with a one-sentence definition, a short description, a few examples, a couple of usecases, and then a longer introduction? I have found that such structure is quite helpful, for example on https://github.com/BrunoBonacci/safely and https://github.com/BrunoBonacci/mulog.Thank you very much for contributing this! It looks quite promising and I look forward to using it next time I deal with super long string manipulation! Let me know if you would you consider a PR from an external contributor on any item :-)
Cheers, Piotr