Author: Michael TOMASELLO
Publisher: Harvard University Press
ISBN: 0674044398
Category : Psychology
Languages : en
Pages : 399
Book Description
In this groundbreaking book, Tomasello presents a comprehensive usage-based theory of language acquisition. Drawing together a vast body of empirical research in cognitive science, linguistics, and developmental psychology, Tomasello demonstrates that we don't need a self-contained "language instinct" to explain how children learn language. Their linguistic ability is interwoven with other cognitive abilities.
Constructing a Language
Author: Michael TOMASELLO
Publisher: Harvard University Press
ISBN: 0674044398
Category : Psychology
Languages : en
Pages : 399
Book Description
In this groundbreaking book, Tomasello presents a comprehensive usage-based theory of language acquisition. Drawing together a vast body of empirical research in cognitive science, linguistics, and developmental psychology, Tomasello demonstrates that we don't need a self-contained "language instinct" to explain how children learn language. Their linguistic ability is interwoven with other cognitive abilities.
Publisher: Harvard University Press
ISBN: 0674044398
Category : Psychology
Languages : en
Pages : 399
Book Description
In this groundbreaking book, Tomasello presents a comprehensive usage-based theory of language acquisition. Drawing together a vast body of empirical research in cognitive science, linguistics, and developmental psychology, Tomasello demonstrates that we don't need a self-contained "language instinct" to explain how children learn language. Their linguistic ability is interwoven with other cognitive abilities.
Constructing a Language
Author: Michael Tomasello
Publisher: Harvard University Press
ISBN: 9780674017641
Category : Language Arts & Disciplines
Languages : en
Pages : 404
Book Description
The author presents a comprehensive usage-based theory of language acquisition, based on evidence that children possess a linguistic ability interwoven with other cognitive abilities, rather than a self-contained 'language instinct'.
Publisher: Harvard University Press
ISBN: 9780674017641
Category : Language Arts & Disciplines
Languages : en
Pages : 404
Book Description
The author presents a comprehensive usage-based theory of language acquisition, based on evidence that children possess a linguistic ability interwoven with other cognitive abilities, rather than a self-contained 'language instinct'.
A Pattern Language
Author: Christopher Alexander
Publisher: Oxford University Press
ISBN: 0190050357
Category : Architecture
Languages : en
Pages : 1216
Book Description
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.
Publisher: Oxford University Press
ISBN: 0190050357
Category : Architecture
Languages : en
Pages : 1216
Book Description
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.
Constructing Language Processors for Little Languages
Author: Randy M. Kaplan
Publisher: John Wiley & Sons, Incorporated
ISBN:
Category : Computers
Languages : en
Pages : 472
Book Description
"Little languages" are specialty languages that can help programmers streamline the development of specific applications. This text, written for experienced programmers, serves as a step-by-step guide to developing compilers and interpreters for "little languages".
Publisher: John Wiley & Sons, Incorporated
ISBN:
Category : Computers
Languages : en
Pages : 472
Book Description
"Little languages" are specialty languages that can help programmers streamline the development of specific applications. This text, written for experienced programmers, serves as a step-by-step guide to developing compilers and interpreters for "little languages".
Crafting Interpreters
Author: Robert Nystrom
Publisher: Genever Benning
ISBN: 0990582949
Category : Computers
Languages : en
Pages : 1068
Book Description
Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.
Publisher: Genever Benning
ISBN: 0990582949
Category : Computers
Languages : en
Pages : 1068
Book Description
Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.
First Language Acquisition
Author: Eve V. Clark
Publisher: Cambridge University Press
ISBN: 0521514134
Category : Language Arts & Disciplines
Languages : en
Pages : 503
Book Description
In this volume, Eve V. Clark takes a comprehensive look at where and when children acquire a first language. All the major findings and debates are presented in a highly readable form.
Publisher: Cambridge University Press
ISBN: 0521514134
Category : Language Arts & Disciplines
Languages : en
Pages : 503
Book Description
In this volume, Eve V. Clark takes a comprehensive look at where and when children acquire a first language. All the major findings and debates are presented in a highly readable form.
Conversational Realities
Author: John Shotter
Publisher: SAGE
ISBN: 9780803989337
Category : Language Arts & Disciplines
Languages : en
Pages : 212
Book Description
Communication
Publisher: SAGE
ISBN: 9780803989337
Category : Language Arts & Disciplines
Languages : en
Pages : 212
Book Description
Communication
Origins of Human Communication
Author: Michael Tomasello
Publisher: MIT Press
ISBN: 0262515202
Category : Social Science
Languages : en
Pages : 409
Book Description
A leading expert on evolution and communication presents an empirically based theory of the evolutionary origins of human communication that challenges the dominant Chomskian view. Human communication is grounded in fundamentally cooperative, even shared, intentions. In this original and provocative account of the evolutionary origins of human communication, Michael Tomasello connects the fundamentally cooperative structure of human communication (initially discovered by Paul Grice) to the especially cooperative structure of human (as opposed to other primate) social interaction. Tomasello argues that human cooperative communication rests on a psychological infrastructure of shared intentionality (joint attention, common ground), evolved originally for collaboration and culture more generally. The basic motives of the infrastructure are helping and sharing: humans communicate to request help, inform others of things helpfully, and share attitudes as a way of bonding within the cultural group. These cooperative motives each created different functional pressures for conventionalizing grammatical constructions. Requesting help in the immediate you-and-me and here-and-now, for example, required very little grammar, but informing and sharing required increasingly complex grammatical devices. Drawing on empirical research into gestural and vocal communication by great apes and human infants (much of it conducted by his own research team), Tomasello argues further that humans' cooperative communication emerged first in the natural gestures of pointing and pantomiming. Conventional communication, first gestural and then vocal, evolved only after humans already possessed these natural gestures and their shared intentionality infrastructure along with skills of cultural learning for creating and passing along jointly understood communicative conventions. Challenging the Chomskian view that linguistic knowledge is innate, Tomasello proposes instead that the most fundamental aspects of uniquely human communication are biological adaptations for cooperative social interaction in general and that the purely linguistic dimensions of human communication are cultural conventions and constructions created by and passed along within particular cultural groups.
Publisher: MIT Press
ISBN: 0262515202
Category : Social Science
Languages : en
Pages : 409
Book Description
A leading expert on evolution and communication presents an empirically based theory of the evolutionary origins of human communication that challenges the dominant Chomskian view. Human communication is grounded in fundamentally cooperative, even shared, intentions. In this original and provocative account of the evolutionary origins of human communication, Michael Tomasello connects the fundamentally cooperative structure of human communication (initially discovered by Paul Grice) to the especially cooperative structure of human (as opposed to other primate) social interaction. Tomasello argues that human cooperative communication rests on a psychological infrastructure of shared intentionality (joint attention, common ground), evolved originally for collaboration and culture more generally. The basic motives of the infrastructure are helping and sharing: humans communicate to request help, inform others of things helpfully, and share attitudes as a way of bonding within the cultural group. These cooperative motives each created different functional pressures for conventionalizing grammatical constructions. Requesting help in the immediate you-and-me and here-and-now, for example, required very little grammar, but informing and sharing required increasingly complex grammatical devices. Drawing on empirical research into gestural and vocal communication by great apes and human infants (much of it conducted by his own research team), Tomasello argues further that humans' cooperative communication emerged first in the natural gestures of pointing and pantomiming. Conventional communication, first gestural and then vocal, evolved only after humans already possessed these natural gestures and their shared intentionality infrastructure along with skills of cultural learning for creating and passing along jointly understood communicative conventions. Challenging the Chomskian view that linguistic knowledge is innate, Tomasello proposes instead that the most fundamental aspects of uniquely human communication are biological adaptations for cooperative social interaction in general and that the purely linguistic dimensions of human communication are cultural conventions and constructions created by and passed along within particular cultural groups.
The Art of Language Invention
Author: David J. Peterson
Publisher: Penguin Books
ISBN: 0143126466
Category : Language Arts & Disciplines
Languages : en
Pages : 306
Book Description
From language creator David J. Peterson comes a creative gui de to language constructio, offering an overview of language creation, covering its history from Tolkien's creations and Klingon to today's thriving global community of conlangers. He provides the essential tools necessary for inventing and evolving new languages, using examples from a variety of languages including his own creations.
Publisher: Penguin Books
ISBN: 0143126466
Category : Language Arts & Disciplines
Languages : en
Pages : 306
Book Description
From language creator David J. Peterson comes a creative gui de to language constructio, offering an overview of language creation, covering its history from Tolkien's creations and Klingon to today's thriving global community of conlangers. He provides the essential tools necessary for inventing and evolving new languages, using examples from a variety of languages including his own creations.
Constructing and Reconstructing Gender
Author: Linda A. M. Perry
Publisher: State University of New York Press
ISBN: 1438415931
Category : Social Science
Languages : en
Pages : 324
Book Description
Constructing and Reconstructing Gender is an excellent compendium of current research, and will be appealing and useful to those interested in gender issues in a wide variety of disciplines. This book cuts across disciplines and scholarly methods, drawing from many backgrounds, including Communication, Linguistics, English, Business, Law, and Psychology. The interweaving of rhetorical, critical, phenomenological, and statistical methods gives readers a multifaceted analysis of gender. At the same time that this book shows the value of gender research in provoking new currents of thought, it also brings into focus two aspects of gender that are often confused: how gender operates as a cultural category that affects communication behavior, and how communication and language function to create gender categories.
Publisher: State University of New York Press
ISBN: 1438415931
Category : Social Science
Languages : en
Pages : 324
Book Description
Constructing and Reconstructing Gender is an excellent compendium of current research, and will be appealing and useful to those interested in gender issues in a wide variety of disciplines. This book cuts across disciplines and scholarly methods, drawing from many backgrounds, including Communication, Linguistics, English, Business, Law, and Psychology. The interweaving of rhetorical, critical, phenomenological, and statistical methods gives readers a multifaceted analysis of gender. At the same time that this book shows the value of gender research in provoking new currents of thought, it also brings into focus two aspects of gender that are often confused: how gender operates as a cultural category that affects communication behavior, and how communication and language function to create gender categories.