experimental
The experimental object contains features that are known to have unstable API or behavior that may change in future releases.
Experimental features may undergo API changes in future releases, so production code should not rely on them.
Programmers are encouraged to try out experimental features and report any bugs or API inconsistencies they encounter so they can be improved in future releases.
Attributes
- Source
- language.scala
- Graph
-
- Supertypes
- Self type
-
experimental.type
Members list
Type members
Classlikes
Experimental support for erased
modifier
Experimental support for erased
modifier
Attributes
- See also
- Source
- language.scala
- Supertypes
- Self type
-
erasedDefinitions.type
Experimental support for using indentation for arguments
Experimental support for using indentation for arguments
Attributes
- Source
- language.scala
- Supertypes
- Self type
-
fewerBraces.type
Experimental support for generic number literals.
Experimental support for generic number literals.
Attributes
- See also
- Source
- language.scala
- Supertypes
- Self type
Experimental support for named type arguments.
Experimental support for named type arguments.
Attributes
- See also
- Source
- language.scala
- Supertypes
- Self type
-
namedTypeArguments.type
Experimental support for typechecked exception capabilities
Experimental support for typechecked exception capabilities
Attributes
- See also
- Source
- language.scala
- Supertypes
- Self type
-
saferExceptions.type
Implicits
Implicits
Only where this feature is enabled, are macro definitions allowed.
Only where this feature is enabled, are macro definitions allowed. If macros
is not enabled, macro definitions are rejected by the compiler.
Macro implementations and macro applications are not governed by this language feature; they can be used anywhere.
Why introduce the feature? Macros promise to make the language more regular, replacing ad-hoc language constructs with a general powerful abstraction capability that can express them. Macros are also a more disciplined and powerful replacement for compiler plugins.
Why control it? For their very power, macros can lead to code that is hard to debug and understand.
Attributes
- Source
- language.scala