Interactive presentation explaining and showcasing the more advanced Scala features,
like implicit parameters, implicit conversions, implicit classes, Manifests/TypeTag,
and also Scalaz features like Monoid syntax
(with |+|
) and Tagged Types (with @@
).
This talk was presented by Daniel Werner at Süddeutsche Zeitung in January 2018.
Any way you want. My suggestion:
- Open the project in your IDE, e.g. IntelliJ IDEA.
- Use
app/Solutions.scala
to showcase features. - Open
worksheet.sc
and copy/paste code to execute whenever it seems desirable.