Lightweight, modular, and extensible library for functional #scala programming: https://typelevel.org/cats/
typelevel.org
Cats
docs
#scala 3.0 might have indentation-based syntax like in #python.
Discussion: https://github.com/lampepfl/dotty/pull/7083
Discussion: https://github.com/lampepfl/dotty/pull/7083
ZIO from #scala is coming to #python! How cool is that?
https://github.com/harveywi/ziopy
Currently it is in the very beggining, but it is still interesting to watch.
https://github.com/harveywi/ziopy
Currently it is in the very beggining, but it is still interesting to watch.
GitHub
GitHub - miiohio/ziopy: ZIO for Python
ZIO for Python. Contribute to miiohio/ziopy development by creating an account on GitHub.
Open-sourcing Polynote: an IDE-inspired polyglot notebook:
> We are pleased to announce the open-source launch of Polynote: a new, polyglot notebook with first-class Scala support, Apache Spark integration, multi-language interoperability including #scala, #python, and #sql, as-you-type autocomplete, and more.
https://polynote.org/
> We are pleased to announce the open-source launch of Polynote: a new, polyglot notebook with first-class Scala support, Apache Spark integration, multi-language interoperability including #scala, #python, and #sql, as-you-type autocomplete, and more.
https://polynote.org/
⚡Breaking news!
We can call 2019 as "the year of Walrus".
Discussion: https://github.com/lampepfl/dotty/issues/7598
#scala
dotty considers adding := operator.We can call 2019 as "the year of Walrus".
Discussion: https://github.com/lampepfl/dotty/issues/7598
#scala
GitHub
Use := for Assignment · Issue #7598 · lampepfl/dotty
Since we are close to feature freeze, I'd like to discuss the last remaining point that remains open for me. Should we use := instead of = for assignments? I left it lying for a long time s...