Pattern Matching for an object-oriented and dynamically typed programming language von Felix Geller | ISBN 9783869560656

Pattern Matching for an object-oriented and dynamically typed programming language

von Felix Geller, Robert Hirschfeld und Gilad Bracha
Mitwirkende
Autor / AutorinFelix Geller
Autor / AutorinRobert Hirschfeld
Autor / AutorinGilad Bracha
Buchcover Pattern Matching for an object-oriented and dynamically typed programming language | Felix Geller | EAN 9783869560656 | ISBN 3-86956-065-7 | ISBN 978-3-86956-065-6
Inhaltsverzeichnis

Pattern Matching for an object-oriented and dynamically typed programming language

von Felix Geller, Robert Hirschfeld und Gilad Bracha
Mitwirkende
Autor / AutorinFelix Geller
Autor / AutorinRobert Hirschfeld
Autor / AutorinGilad Bracha
Pattern matching is a well-established concept in the functional programming community. It provides the means for concisely identifying and destructuring values of interest. This enables a clean separation of data structures and respective functionality, as well as dispatching functionality based on more than a single value. Unfortunately, expressive pattern matching facilities are seldomly incorporated in present object-oriented programming languages. We present a seamless integration of pattern matching facilities in an object-oriented and dynamically typed programming language: Newspeak. We describe language extensions to improve the practicability and integrate our additions with the existing programming environment for Newspeak. This report is based on the first author’s master’s thesis.