Skip to content
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

Names conflict with Kotlin Standard Library - what to do? #20

Closed
GlenKPeterson opened this issue Sep 10, 2017 · 1 comment
Closed

Names conflict with Kotlin Standard Library - what to do? #20

GlenKPeterson opened this issue Sep 10, 2017 · 1 comment

Comments

@GlenKPeterson
Copy link
Owner

Thoughts:

  • Rename List, Map, and Set to something like Vector, Dictionary, and Bag. Rename corresponding interfaces Vec, Dict, Bag and StaticImports functions mutableVec, mutableDict, mutableBag.
  • Provide a separate version of Paguro for Kotlin. Maybe all unit tests would be written in Kotlin?
  • Provide a pure Kotlin version with the above changes.
@GlenKPeterson
Copy link
Owner Author

For now, if you're using Kotlin, you want the 3.1 version. Java-only, stick with 3.0. The 4.0 version looks like it will be a rewrite in Kotlin. I'm closing this because no more input is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant