Language strategies for the domain of colour

Language strategies for the domain of colour PDF Author: Bleys, Joris
Publisher: Language Science Press
ISBN: 394623416X
Category : Philology. Linguistics
Languages : en
Pages : 240

Get Book

Book Description
This book presents a major leap forward in the understanding of colour by showing how richer descriptions of colour samples can be operationalized in agent-based models. Four different language strategies are explored: the basic colour strategy, the graded membership strategy, the category combination strategy and the basic modification strategy. These strategies are firmly rooted in empirical observations in natural languages, with a focus on compositionality at both the syntactic and semantic level. Through a series of in-depth experiments, this book discerns the impact of the environment, language and embodiment on the formation of basic colour systems. Finally, the experiments demonstrate how language users can invent their own language strategies of increasing complexity by combining primitive cognitive operators, and how these strategies can be aligned between language users through linguistic interactions.

Language strategies for the domain of colour

Language strategies for the domain of colour PDF Author: Bleys, Joris
Publisher: Language Science Press
ISBN: 394623416X
Category : Philology. Linguistics
Languages : en
Pages : 240

Get Book

Book Description
This book presents a major leap forward in the understanding of colour by showing how richer descriptions of colour samples can be operationalized in agent-based models. Four different language strategies are explored: the basic colour strategy, the graded membership strategy, the category combination strategy and the basic modification strategy. These strategies are firmly rooted in empirical observations in natural languages, with a focus on compositionality at both the syntactic and semantic level. Through a series of in-depth experiments, this book discerns the impact of the environment, language and embodiment on the formation of basic colour systems. Finally, the experiments demonstrate how language users can invent their own language strategies of increasing complexity by combining primitive cognitive operators, and how these strategies can be aligned between language users through linguistic interactions.

Domain-Specific Languages

Domain-Specific Languages PDF Author: Martin Fowler
Publisher: Pearson Education
ISBN: 0131392808
Category : Computers
Languages : en
Pages : 796

Get Book

Book Description
When carefully selected and used, Domain-Specific Languages (DSLs) may simplify complex code, promote effective communication with customers, improve productivity, and unclog development bottlenecks. In Domain-Specific Languages, noted software development expert Martin Fowler first provides the information software professionals need to decide if and when to utilize DSLs. Then, where DSLs prove suitable, Fowler presents effective techniques for building them, and guides software engineers in choosing the right approaches for their applications. This book’s techniques may be utilized with most modern object-oriented languages; the author provides numerous examples in Java and C#, as well as selected examples in Ruby. Wherever possible, chapters are organized to be self-standing, and most reference topics are presented in a familiar patterns format. Armed with this wide-ranging book, developers will have the knowledge they need to make important decisions about DSLs—and, where appropriate, gain the significant technical and business benefits they offer. The topics covered include: How DSLs compare to frameworks and libraries, and when those alternatives are sufficient Using parsers and parser generators, and parsing external DSLs Understanding, comparing, and choosing DSL language constructs Determining whether to use code generation, and comparing code generation strategies Previewing new language workbench tools for creating DSLs

The Domain of Language

The Domain of Language PDF Author: Michael D. Fortescue
Publisher: Museum Tusculanum Press
ISBN: 9788772897066
Category : Historical linguistics
Languages : en
Pages : 400

Get Book

Book Description
This book is intended as counter-evidence to the perception of Linguistics as the domain of dusty schoolroom grammar, where proponents of one theoretical orientation or the other spend their brief breaks in the playground bashing the others over the head with their favorite abstractions. The discipline may appear to outsiders as fragmented and, worse still, lacking in relevance to the real world outside its gates. The purpose is to show that Linguistics, in all its varied branches, can be entertaining as well as thought-provoking, and that its domain is indeed a coherent one despite all the internecine squabbling. The subject is introduced in an unconventional way as a kind of fable with an historical moral that professional linguists, as well as students, should enjoy as a commentary on the state of the discipline today.

The Substance of Language Volume I: The Domain of Syntax

The Substance of Language Volume I: The Domain of Syntax PDF Author: John Mathieson Anderson
Publisher: Oxford University Press
ISBN: 0199608318
Category : Language Arts & Disciplines
Languages : en
Pages : 447

Get Book

Book Description
The Domain of Syntax explores the consequences for syntax of assuming that language is grounded in cognition and perception. He considers whether this permits a lexicalist approach to syntax that would allow it to dispense not only with structural mutations but with universal grammar itself.

Domain-Specific Languages in Practice

Domain-Specific Languages in Practice PDF Author: Antonio Bucchiarone
Publisher: Springer Nature
ISBN: 3030737586
Category : Computers
Languages : en
Pages : 336

Get Book

Book Description
This book covers several topics related to domain-specific language (DSL) engineering in general and how they can be handled by means of the JetBrains Meta Programming System (MPS), an open source language workbench developed by JetBrains over the last 15 years. The book begins with an overview of the domain of language workbenches, which provides perspectives and motivations underpinning the creation of MPS. Moreover, technical details of the language underneath MPS together with the definition of the tool’s main features are discussed. The remaining ten chapters are then organized in three parts, each dedicated to a specific aspect of the topic. Part I “MPS in Industrial Applications” deals with the challenges and inadequacies of general-purpose languages used in companies, as opposed to the reasons why DSLs are essential, together with their benefits and efficiency, and summarizes lessons learnt by using MPS. Part II about “MPS in Research Projects” covers the benefits of text-based languages, the design and development of gamification applications, and research fields with generally low expertise in language engineering. Eventually, Part III focuses on “Teaching and Learning with MPS” by discussing the organization of both commercial and academic courses on MPS. MPS is used to implement languages for real-world use. Its distinguishing feature is projectional editing, which supports practically unlimited language extension and composition possibilities as well as a flexible mix of a wide range of textual, tabular, mathematical and graphical notations. The number and diversity of the presented use-cases demonstrate the strength and malleability of the DSLs defined using MPS. The selected contributions represent the current state of the art and practice in using JetBrains MPS to implement languages for real-world applications.

Domain-driven Design

Domain-driven Design PDF Author: Eric Evans
Publisher: Addison-Wesley Professional
ISBN: 0321125215
Category : Computers
Languages : en
Pages : 563

Get Book

Book Description
"Domain-Driven Design" incorporates numerous examples in Java-case studies taken from actual projects that illustrate the application of domain-driven design to real-world software development.

Formal and Practical Aspects of Domain-specific Languages

Formal and Practical Aspects of Domain-specific Languages PDF Author: Marjan Mernik
Publisher:
ISBN: 9781466620926
Category : Domain-specific programming languages
Languages : en
Pages : 0

Get Book

Book Description
"This book presents current research on all aspects of domain-specific language for scholars and practitioners in the software engineering fields, providing new results and answers to open problems in DSL research"--

Software Language Engineering

Software Language Engineering PDF Author: Anneke Kleppe
Publisher: Pearson Education
ISBN: 0321606469
Category : Computers
Languages : en
Pages : 376

Get Book

Book Description
Software practitioners are rapidly discovering the immense value of Domain-Specific Languages (DSLs) in solving problems within clearly definable problem domains. Developers are applying DSLs to improve productivity and quality in a wide range of areas, such as finance, combat simulation, macro scripting, image generation, and more. But until now, there have been few practical resources that explain how DSLs work and how to construct them for optimal use. Software Language Engineering fills that need. Written by expert DSL consultant Anneke Kleppe, this is the first comprehensive guide to successful DSL design. Kleppe systematically introduces and explains every ingredient of an effective language specification, including its description of concepts, how those concepts are denoted, and what those concepts mean in relation to the problem domain. Kleppe carefully illuminates good design strategy, showing how to maximize the flexibility of the languages you create. She also demonstrates powerful techniques for creating new DSLs that cooperate well with general-purpose languages and leverage their power. Completely tool-independent, this book can serve as the primary resource for readers using Microsoft DSL tools, the Eclipse Modeling Framework, openArchitectureWare, or any other DSL toolset. It contains multiple examples, an illustrative running case study, and insights and background information drawn from Kleppe’s leading-edge work as a DSL researcher. Specific topics covered include Discovering the types of problems that DSLs can solve, and when to use them Comparing DSLs with general-purpose languages, frameworks, APIs, and other approaches Understanding the roles and tools available to language users and engineers Creating each component of a DSL specification Modeling both concrete and abstract syntax Understanding and describing language semantics Defining textual and visual languages based on object-oriented metamodeling and graph transformations Using metamodels and associated tools to generate grammars Integrating object-oriented modeling with graph theory Building code generators for new languages Supporting multilanguage models and programs This book provides software engineers with all the guidance they need to create DSLs that solve real problems more rapidly, and with higher-quality code.

Domain Engineering

Domain Engineering PDF Author: Iris Reinhartz-Berger
Publisher: Springer Science & Business Media
ISBN: 3642366546
Category : Computers
Languages : en
Pages : 404

Get Book

Book Description
Domain engineering is a set of activities intended to develop, maintain, and manage the creation and evolution of an area of knowledge suitable for processing by a range of software systems. It is of considerable practical significance, as it provides methods and techniques that help reduce time-to-market, development costs, and project risks on one hand, and helps improve system quality and performance on a consistent basis on the other. In this book, the editors present a collection of invited chapters from various fields related to domain engineering. The individual chapters present state-of-the-art research and are organized in three parts. The first part focuses on results that deal with domain engineering in software product lines. The second part describes how domain-specific languages are used to support the construction and deployment of domains. Finally, the third part presents contributions dealing with domain engineering within the field of conceptual modeling. All chapters utilize a similar terminology, which will help readers to understand and relate to the chapters content. The book will be especially rewarding for researchers and students of software engineering methodologies in general and of domain engineering and its related fields in particular, as it contains the most comprehensive and up-to-date information on this topic.

Sublanguage

Sublanguage PDF Author: Richard Kittredge
Publisher: Walter de Gruyter
ISBN: 9783110082449
Category : Language Arts & Disciplines
Languages : en
Pages : 256

Get Book

Book Description