Thursday, June 25, 2020

collections in Java (inspired by current mm-ADT murmurings)

 murmur:
https://twitter.com/_mmadt/status/1275888408137695233


Collections in Java:

https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html

actually it is Scala collection.

https://github.com/mm-adt/vm/search?q=Collection&unscoped_q=Collection

However, isn't Scala based on the Java VM?

here is some documentation that I am finding...

https://www.tutorialspoint.com/scala/scala_collections.htm

https://docs.scala-lang.org/overviews/collections-2.13/introduction.html

remember to see an earlier blog post where you examined concurrent programming.

Extra:

running with mmadt vm with sbt:
https://www.scala-sbt.org/1.x/docs/Running.html

No comments:

Post a Comment