The Book of Languages

The Book of Languages
Title The Book of Languages PDF eBook
Author Mick Webb
Publisher Owlkids
Pages 64
Release 2015-04-14
Genre Juvenile Nonfiction
ISBN 9781771471558

Download The Book of Languages Book in PDF, Epub and Kindle

"Take a tour of 21 of the world's most commonly spoken languages!"--Back cover.

The Loom of Language

The Loom of Language
Title The Loom of Language PDF eBook
Author Frederick Bodmer
Publisher W. W. Norton & Company
Pages 724
Release 1985
Genre Language Arts & Disciplines
ISBN 9780393300345

Download The Loom of Language Book in PDF, Epub and Kindle

Here is an informative introduction to language: its origins in the past, its growth through history, and its present use for communication between peoples. It is at the same time a history of language, a guide to foreign tongues, and a method for learning them. It shows, through basic vocabularies, family resemblances of languages -- Teutonic, Romance, Greek -- helpful tricks of translation, key combinations of roots and phonetic patterns. It presents by common-sense methods the most helpful approach to the mastery of many languages; it condenses vocabulary to a minimum of essential words; it simplifies grammar in an entirely new way; and it teaches a language as it is actually used in everyday life.

Worldwide Multilingual Phrase Book

Worldwide Multilingual Phrase Book
Title Worldwide Multilingual Phrase Book PDF eBook
Author Eric Dondero R.
Publisher
Pages 247
Release 2002-02-01
Genre English language
ISBN 9780971853317

Download Worldwide Multilingual Phrase Book Book in PDF, Epub and Kindle

Babel

Babel
Title Babel PDF eBook
Author Gaston Dorren
Publisher Atlantic Monthly Press
Pages 408
Release 2018-12-04
Genre Language Arts & Disciplines
ISBN 0802146724

Download Babel Book in PDF, Epub and Kindle

“Babel is an endlessly interesting book, and you don’t have to have any linguistic training to enjoy it . . . it’s just so much fun to read.” —NPR English is the world language, except that 80 percent of the world doesn’t speak it. Linguist Gaston Dorren calculates that to speak fluently with half of the world’s people in their mother tongues, you’d need to know no fewer than twenty languages. In Babel, he sets out to explore these top twenty world languages, which range from the familiar (French, Spanish) to the surprising (Malay, Javanese, Bengali). Whisking readers along on a delightful journey, he traces how these languages rose to greatness while others fell away, and shows how speakers today handle the foibles of their mother tongues. Whether showcasing tongue-tying phonetics, elegant but complicated writing scripts, or mind-bending quirks of grammar, Babel vividly illustrates that mother tongues are like nations: each has its own customs and beliefs that seem as self-evident to those born into it as they are surprising to outsiders. Babel reveals why modern Turks can’t read books that are a mere 75 years old, what it means in practice for Russian and English to be relatives, and how Japanese developed separate “dialects” for men and women. Dorren also shares his experiences studying Vietnamese in Hanoi, debunks ten myths about Chinese characters, and discovers the region where Swahili became the lingua franca. Witty and utterly fascinating, Babel will change how you look at and listen to the world. “Word nerds of every strain will enjoy this wildly entertaining linguistic study.” —Publishers Weekly (starred review)

Playing with Languages

Playing with Languages
Title Playing with Languages PDF eBook
Author Amy L. Paugh
Publisher Berghahn Books
Pages 264
Release 2012-09-01
Genre Education
ISBN 0857457616

Download Playing with Languages Book in PDF, Epub and Kindle

Over several generations villagers of Dominica have been shifting from Patwa, an Afro-French creole, to English, the official language. Despite government efforts at Patwa revitalization and cultural heritage tourism, rural caregivers and teachers prohibit children from speaking Patwa in their presence. Drawing on detailed ethnographic fieldwork and analysis of video-recorded social interaction in naturalistic home, school, village and urban settings, the study explores this paradox and examines the role of children and their social worlds. It offers much-needed insights into the study of language socialization, language shift and Caribbean children’s agency and social lives, contributing to the burgeoning interdisciplinary study of children’s cultures. Further, it demonstrates the critical role played by children in the transmission and transformation of linguistic practices, which ultimately may determine the fate of a language.

Seven More Languages in Seven Weeks

Seven More Languages in Seven Weeks
Title Seven More Languages in Seven Weeks PDF eBook
Author Bruce Tate
Publisher Pragmatic Bookshelf
Pages 403
Release 2014-11-19
Genre Computers
ISBN 1680504746

Download Seven More Languages in Seven Weeks Book in PDF, Epub and Kindle

Great programmers aren't born--they're made. The industry is moving from object-oriented languages to functional languages, and you need to commit to radical improvement. New programming languages arm you with the tools and idioms you need to refine your craft. While other language primers take you through basic installation and "Hello, World," we aim higher. Each language in Seven More Languages in Seven Weeks will take you on a step-by-step journey through the most important paradigms of our time. You'll learn seven exciting languages: Lua, Factor, Elixir, Elm, Julia, MiniKanren, and Idris. Learn from the award-winning programming series that inspired the Elixir language. Hear how other programmers across broadly different communities solve problems important enough to compel language development. Expand your perspective, and learn to solve multicore and distribution problems. In each language, you'll solve a non-trivial problem, using the techniques that make that language special. Write a fully functional game in Elm, without a single callback, that compiles to JavaScript so you can deploy it in any browser. Write a logic program in Clojure using a programming model, MiniKanren, that is as powerful as Prolog but much better at interacting with the outside world. Build a distributed program in Elixir with Lisp-style macros, rich Ruby-like syntax, and the richness of the Erlang virtual machine. Build your own object layer in Lua, a statistical program in Julia, a proof in code with Idris, and a quiz game in Factor. When you're done, you'll have written programs in five different programming paradigms that were written on three different continents. You'll have explored four languages on the leading edge, invented in the past five years, and three more radically different languages, each with something significant to teach you.

Domain-Specific Languages

Domain-Specific Languages
Title Domain-Specific Languages PDF eBook
Author Martin Fowler
Publisher Pearson Education
Pages 796
Release 2010-09-23
Genre Computers
ISBN 0131392808

Download Domain-Specific Languages Book in PDF, Epub and Kindle

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