One of the most significant updates was the paradigm shift from treating Scala 3 as an open-source project to approaching it ...
Scala Ambassadors are independent community members who are known and have been recognized for their contributions to the community. They are active and welcoming individuals, happy to help newcomers, ...
Martin Odersky, Philippe Altherr, Vincent Cremet, Gilles Dubochet, Burak Emir, Philipp Haller, Stéphane Micheloud, Nikolay Mihaylov, Adriaan Moors, Lukas Rytz, Michel Schinz, Erik Stenman, Matthias ...
Copyright (c) 2011- Lightbend, Inc. Scala is licensed under the Apache License, Version 2.0 (the “License”). Unless required by applicable law or agreed to in ...
A template defines the type signature, behavior and initial state of a trait or class of objects or of a single object. Templates form part of instance creation ...
Scala collections systematically distinguish between mutable and immutable collections. A mutable collection can be updated or extended in place. This means you can change, add, or remove elements of ...
A template defines the type signature, behavior and initial state of a trait or class of objects or of a single object. Templates form part of instance creation expressions, class definitions, and ...
A pattern is built from constants, constructors, variables and type tests. Pattern matching tests whether a given value (or sequence of values) has the shape defined by a pattern, and, if it does, ...
The jdk package contains utilities to interact with JDK classes. This packages offers a number of converters, that are able to wrap or copy types from the scala library to equivalent types in the JDK ...
A pattern is built from constants, constructors, variables and type tests. Pattern matching tests whether a given value (or sequence of values) has the shape defined by a pattern, and, if it does, ...
How to write a type class `derived` method using macros ...
On behalf of the Scala team at Lightbend, I’d like to share our plans with you, and invite you to join us in shaping Scala’s roadmap for 2017. As this is a collective effort, and roadmaps evolve, ...