32 resultados para 751002 Languages and literacy
Resumo:
This volume was inspired by the 9th edition of the Phonetik and Phonologie conference, held in Zürich in October 2013. It includes state of the art research on phonetics and phonology in various languages and from interdisciplinary contributors. The volume is structured into the following eight sections: segmentals, suprasegmentals, articulation in spoken and sign language, perception, phonology, crowdsourcing phonetic data, second language speech, and arts (with inevitable overlap between these areas).
Resumo:
Subtype polymorphism is a cornerstone of object-oriented programming. By hiding variability in behavior behind a uniform interface, polymorphism decouples clients from providers and thus enables genericity, modularity and extensi- bility. At the same time, however, it scatters the implementation of the behavior over multiple classes thus potentially hampering program comprehension. The extent to which polymorphism is used in real programs and the impact of polymorphism on program comprehension are not very well understood. We report on a preliminary study of the prevalence of polymorphism in several hundred open source software systems written in Smalltalk, one of the oldest object-oriented programming languages, and in Java, one of the most widespread ones. Although a large portion of the call sites in these systems are polymorphic, a majority have a small number of potential candidates. Smalltalk uses polymorphism to a much greater extent than Java. We discuss how these findings can be used as input for more detailed studies in program comprehension and for better developer support in the IDE.