We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

scala: Scala expressiveness

Formale Metadaten

Titel
scala: Scala expressiveness
Serientitel
Anzahl der Teile
64
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
One of the key features of Scala is its conciseness. However, for many programmer out there, this conciseness sounds like shrinked and barely understandable. The topic of this fast talk to dwelve into this question and try to establish if Scala concineness is an added value or a more of maintenance risk. (I can do this talk in English or in French) Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.