Notice bibliographique
- Notice
Type(s) de contenu et mode(s) de consultation : Texte noté : électronique
Auteur(s) : Hunt, John. Auteur du texte
Titre(s) : A beginner's guide to scala, object orientation and functional programming [Texte électronique] / John Hunt
Publication : Cham, Switzerland : Springer, 2014
Description matérielle : 1 ressource dématérialisée
Note(s) : Scala is a new programming language developed by Martin Odersky and his team at the EPFL. The name Scala is derived from Sca(lable) La(nguage). Scala is a multi-paradigm language, incorporating object oriented approaches with functional programming. Although some familiarity with standard computing concepts is assumed (such as the idea of compiling a program and executing this compiled form, etc.) and with basic procedural language concepts (such as variables and allocation of values to variables) the early chapters of the book do not assume any familiarity with object orientation nor functional programming. These chapters also step through other concepts with which the reader may not be familiar (such as list processing). From this background, John Hunt provides a practical introduction to object and functional technology using Scala, one of the newest and most interesting programming languages available. A variety of concepts are introduced through practical experience taking the reader beyond the level of the language syntax to the philosophy and practice of object-oriented development and functional programming. Students, and those actively involved in the software industry will find this comprehensive introduction to Scala, and to object orientation and functional programming, invaluable
Sujet(s) : Scala (langage de programmation)
Indice(s) Dewey : 005.133 (23e éd.) = Langages de programmation particuliers [Swift]
Identifiants, prix et caractéristiques : ISBN 9783319067766
Identifiant de la notice : ark:/12148/cb446762266
Notice n° :
FRBNF44676226
(notice reprise d'un réservoir extérieur)
Table des matières : Introduction ; Elements of object orientation ; Why object orientation? ; Constructing an object oriented system ; Functional programming ; Scala background ; A little scala ; Scala building blocks ; Scala classes ; Scala methods ; Building a class ; Packages & encapsulation ; Classes, inheritance and abstraction ; Objects and instances ; Value classes ; Scala constructs ; Control and iteration ; Traits ; Further traits ; Arrays ; Tuples ; Functional programming in scala ; Higher order function ; Partially applied functions and currying ; Scala collections framework ; Immutable lists and maps ; Immutable and mutable collection packages ; Type parameterization ; Further language constructs ; Exception handling ; Scala and JDBC database access ; Scala style database access ; Scala and MYSQL database example ; Testing ; Scala testing ; Introduction to Akka actors ; Further Akka actors ; Play framework ; RESTful services ; GUIs in scala swing ; Us