The Structural Design of Language

The Structural Design of Language
Author: Thomas S. Stroik
Publisher: Cambridge University Press
Total Pages: 209
Release: 2013-04-25
Genre: Language Arts & Disciplines
ISBN: 1107355583

Although there have been numerous investigations of biolinguistics within the Minimalist Program over the last ten years, many of which appeal to the importance of Turing's Thesis (that the structural design of systems must obey physical and mathematical laws), these studies have by and large ignored the question of the structural design of language. They have paid significant attention to identifying the components of language - settling on a lexicon, a computational system, a sensorimotor performance system and a conceptual-intentional performance system; however, they have not examined how these components must be inter-structured to meet thresholds of simplicity, generality, naturalness and beauty, as well as of biological and conceptual necessity. In this book, Stroik and Putnam take on Turing's challenge. They argue that the narrow syntax - the lexicon, the Numeration, and the computational system - must reside, for reasons of conceptual necessity, within the performance systems. As simple as this novel design is, it provides, as Stroik and Putnam demonstrate, radical new insights into what the human language faculty is, how language emerged in the species, and how language is acquired by children.

The Structural Design of Language

The Structural Design of Language
Author: Thomas S. Stroik
Publisher: Cambridge University Press
Total Pages: 209
Release: 2013-04-25
Genre: Language Arts & Disciplines
ISBN: 1107034833

An examination of the structure of language and how it obeys physical and mathematical laws.

A Pattern Language

A Pattern Language
Author: Christopher Alexander
Publisher: Oxford University Press
Total Pages: 1216
Release: 2018-09-20
Genre: Architecture
ISBN: 0190050357

You can use this book to design a house for yourself with your family; you can use it to work with your neighbors to improve your town and neighborhood; you can use it to design an office, or a workshop, or a public building. And you can use it to guide you in the actual process of construction. After a ten-year silence, Christopher Alexander and his colleagues at the Center for Environmental Structure are now publishing a major statement in the form of three books which will, in their words, "lay the basis for an entirely new approach to architecture, building and planning, which will we hope replace existing ideas and practices entirely." The three books are The Timeless Way of Building, The Oregon Experiment, and this book, A Pattern Language. At the core of these books is the idea that people should design for themselves their own houses, streets, and communities. This idea may be radical (it implies a radical transformation of the architectural profession) but it comes simply from the observation that most of the wonderful places of the world were not made by architects but by the people. At the core of the books, too, is the point that in designing their environments people always rely on certain "languages," which, like the languages we speak, allow them to articulate and communicate an infinite variety of designs within a forma system which gives them coherence. This book provides a language of this kind. It will enable a person to make a design for almost any kind of building, or any part of the built environment. "Patterns," the units of this language, are answers to design problems (How high should a window sill be? How many stories should a building have? How much space in a neighborhood should be devoted to grass and trees?). More than 250 of the patterns in this pattern language are given: each consists of a problem statement, a discussion of the problem with an illustration, and a solution. As the authors say in their introduction, many of the patterns are archetypal, so deeply rooted in the nature of things that it seemly likely that they will be a part of human nature, and human action, as much in five hundred years as they are today.

The Structural Design of Language

The Structural Design of Language
Author: Thomas S. Stroik
Publisher:
Total Pages: 210
Release: 2014-05-14
Genre: Biolinguistics
ISBN: 9781107342217

An examination of the structure of language and how it obeys physical and mathematical laws.

The Structure of the Japanese Language

The Structure of the Japanese Language
Author: Susumu Kuno
Publisher: MIT Press (MA)
Total Pages: 410
Release: 1973-01
Genre: Language Arts & Disciplines
ISBN: 9780262110495

"Conventional grammars tell us when we can use given grammatical patterns. However, they almost invariably fail to tell us when we cannot use them. Many of the chapters of this book are concerned with the latter problem. They attempt to explain why some sentences that should be grammatical according to the explanations given in conventional grammars are in fact ungrammatical. In this sense, the book can be called a grammar of ungrammatical sentences.... It deals only with those problems of Japanese—and only a handful of them—that are either completely ignored or erroneously treated in conventional grammars. For these features I hope that the book will give the reader a revealing account of a kind seldom found in other Japanese grammars or in grammars of any other languages." —from the author's Preface Some features of Japanese are peculiarities of the language, while others are shared by English and various other languages of the world. At times two features, one in Japanese and one, for example, in English, that may look totally unrelated on casual inspection turn out to be a manifestation of the same principle, either syntactic or semantic, which governs the two languages. Whenever possible each feature of Japanese that the book discusses is contrasted with the features in English that are overtly or covertly related to it, and the similarities and differences that exist between the two languages with respect to this feature are examined. Thus the book can also be called a contrastive grammar of Japanese and English. The book reveals a wide variety of semantic and syntactic factors (some of them not very well known to linguists working on English) that control the usage of certain grammatical patterns. It also shows what kinds of sentences the linguist working on a nonnative language should check with native speakers of the language to prove or disprove his initial hypothesis. So in a third sense, Professor Kuno's study might be called a textbook of field methods in linguistic analysis. Because The Structure of the Japanese Language is both descriptive and analytical (the generalizations given in the book have been developed within the framework of the theory of transformational grammar but are presented without recourse to the complex formalisms of the theory), it will prove useful both as a basic handbook of supplementary reading for second-year or more advanced courses in Japanese and as a source of material for students and researchers doing work in Japanese or non-Indo-European linguistics. This is volume three in the series, Current Studies in Linguistics.

Introduction to Compilers and Language Design

Introduction to Compilers and Language Design
Author: Douglas Thain
Publisher: Lulu.com
Total Pages: 248
Release: 2019-07-24
Genre:
ISBN: 0359138047

A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a compiler from scratch is a rite of passage: a challenging and fun project that offers insight into many different aspects of computer science, some deeply theoretical, and others highly practical. This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language. It is most suitable for undergraduate students who have some experience programming in C, and have taken courses in data structures and computer architecture.