-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency management #13
Comments
@vilmosnagy Sorry, I have been a little slow in responding to your PRs. I was trying to setup a CLA system and CI system today. At this point, we want to avoid dependencies; because we want to keep the library small and simple. Also, we want to ultimately move to a more functional language (like Scala or Kotlin), which will help with operations on collections. On a different note, one full-time developer and one part-time (myself) are working on this library. We appreciate your work, but can you please wait for the library to stabilise? There are going to be lots of changes in the code-base, making it difficult to co-ordinate. |
Yupp. |
I am also sorry for adding the Closing this issue. For chatting, you can join us in this room: |
I'd be happy, if I could use some solutions from Google's Guava or the Apache Commons.
(For example see the
TODO
's in #12 )Is there any plan, to use some dependency management in the project, and I'll be able to use some of these solutions, or should I implement these stuff?
The text was updated successfully, but these errors were encountered: