/collection-strawman

Experimenting with Scala Collections designs for Scala 2.13

Primary LanguageScala

Collection-Strawman

Join the chat at https://gitter.im/scala/collection-strawman

Prototype improvements for Scala collections.

Use it in your project

We published a 0.1.0 version so that you can experiment with the new design. Note that most of the collection implementations are incomplete!

libraryDependencies += "ch.epfl.scala" %% "collection-strawman" % "0.1.0"

Only Scala 2.12 is supported so far.

We also automatically publish snapshots on Sonatype:

resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "ch.epfl.scala" %% "collection-strawman" % "0.2.0-SNAPSHOT"