FOSDEM is the biggest free and non-commercial event organized by and for the community. Its goal is to provide Free and Open Source developers a place to meet. No registration necessary.

   
Speakers
Romain Pelisse
Schedule
Day Saturday
Room Ferrer
Capacity 288
Start time 18:40
End time 18:55
Duration 00:15
Info
Track Lightning Talks

scala: Scala expressiveness

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.