Alex Miller – författare
416 kr
Skickas inom 3-6 vardagar
441 kr
Läs direkt efter köp
180 kr
Skickas inom 5-8 vardagar
106 kr
Läs direkt efter köp
White People on Vacation is a story about the struggle to live a meaningful life in the era of late-stage capitalism. More specifically, it is about a group of college students (white) who take a vacation (cursed) to Hawaii, which is paid for by their parents (loaded). Everybody has a terrible time in this portrait of clueless haoles attempting to leverage their generational wealth and skin color to attain the good life. White People on Vacation is a beach read for socialists, a swan song for human aspiration in the age of climate apocalypse.
63 kr
Läs direkt efter köp
A thought provoking and practical book about how one supporter, a grandmother, helped her grandchild search for ways to help him overcome the difficulties they both faced.
This book does not dwell on the problems but instead looks for the solutions they found together. It will be useful to all those whose lives are touched by Asperger's Syndrome but especially meaningful to those directly involved in supporting young people in school, college and in the home and neighbourhood setting.
It specifically considers:
} patterns of organization in daily life
} constructing programmes of development for individuals.
The book covers the practical issues facing those in their teens and twenties:
} rules
} daily living skills
} personal hygiene
} managing money
} coping in school and college
} friendships
} romantic relationships.
People with Asperger's Syndrome can be valuable contributors to society if they are given support when they need it.
This book is the outcome of the combined efforts of Alex and his grandmother Maude. It is practical, realistic and very positive.
157 kr
Lyssna direkt efter köp
463 kr
Skickas inom 5-8 vardagar
399 kr
Läs direkt efter köp
Think in the Clojure way! Once you''re familiar with Clojure, take the next step with extended lessons on the best practices and most critical decisions you''ll need to make while developing. Learn how to model your domain with data, transform it with pure functions, manage state, spread your work across cores, and structure apps with components. Discover how to use Clojure in the real world, and unlock the speed and power of this beautiful language on the Java Virtual Machine.Clojure Applied gives you the practical, realistic advice and depth of field that''s been missing from your development practice. You want to develop software in the most effective, efficient way possible. This book gives you the answers you''ve been looking for in friendly, clear language.Dive into the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You''ll finally get the complete picture you''ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, explore the core concepts of Clojure development: learn how to model your domain with immutable data; choose the ideal collection; and write simple, pure functions for efficient transformation. Next you''ll apply those core concepts to build applications: discover how Clojure manages state and identity; spread your work for concurrent programming; and create and assemble components. Finally, see how to manage external integration and deployment concerns by developing a testing strategy, connecting with other data sources, and getting your libraries and applications out the door.Go beyond the toy box and into Clojure''s way of thinking. By the end of this book, you''ll have the tools and information to put Clojure''s strengths to work.What You Need:To follow along with the examples in the book, you will need Clojure 1.6, Leinegen 2, and Java 6 or higher.
321 kr
Läs direkt efter köp
Think in the Clojure way! Once you''re familiar with Clojure, take the next step with extended lessons on the best practices and most critical decisions you''ll need to make while developing. Learn how to model your domain with data, transform it with pure functions, manage state, spread your work across cores, and structure apps with components. Discover how to use Clojure in the real world, and unlock the speed and power of this beautiful language on the Java Virtual Machine.Clojure Applied gives you the practical, realistic advice and depth of field that''s been missing from your development practice. You want to develop software in the most effective, efficient way possible. This book gives you the answers you''ve been looking for in friendly, clear language.Dive into the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You''ll finally get the complete picture you''ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, explore the core concepts of Clojure development: learn how to model your domain with immutable data; choose the ideal collection; and write simple, pure functions for efficient transformation. Next you''ll apply those core concepts to build applications: discover how Clojure manages state and identity; spread your work for concurrent programming; and create and assemble components. Finally, see how to manage external integration and deployment concerns by developing a testing strategy, connecting with other data sources, and getting your libraries and applications out the door.Go beyond the toy box and into Clojure''s way of thinking. By the end of this book, you''ll have the tools and information to put Clojure''s strengths to work.What You Need:To follow along with the examples in the book, you will need Clojure 1.6, Leinegen 2, and Java 6 or higher.
417 kr
Läs direkt efter köp
Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing a set of composable tools--immutable data, functions, macros, and the interactive REPL. Written by members of the Clojure core team, this book is the essential, definitive guide to Clojure. This new edition includes information on all the newest features of Clojure, such as transducers and specs.
Clojure joins the flexibility and agility of Lisp with the reach, stability, and performance of Java. Combine Clojure''s tools for maximum effectiveness as you work with immutable data, functional programming, and safe concurrency to write programs that solve real-world problems.
Start by reading and understanding Clojure syntax and see how Clojure is evaluated. From there, find out about the sequence abstraction, which combines immutable collections with functional programming to create truly reusable data transformation code. Clojure is a functional language; learn how to write programs in a functional style, and when and how to use recursion to your advantage. Discover Clojure''s unique approach to state and identity, techniques for polymorphism and open systems using multimethods and protocols, and how to leverage Clojure''s metaprogramming capabilities via macros. Finally, put all the pieces together in a real program.
New to this edition is coverage of Clojure''s spec library, one of the most interesting new features of Clojure for describing both data and functions. You can use Clojure spec to validate data, destructure data, explain invalid data, and generate large numbers of tests to verify the correctness of your code.
With this book, you''ll learn how to think in Clojure, and how to take advantage of its combined strengths to build powerful programs quickly.
What You Need:
Java 6 or higherClojure 1.9421 kr
Läs direkt efter köp
Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing a set of composable tools--immutable data, functions, macros, and the interactive REPL. Written by members of the Clojure core team, this book is the essential, definitive guide to Clojure. This new edition includes information on all the newest features of Clojure, such as transducers and specs.
Clojure joins the flexibility and agility of Lisp with the reach, stability, and performance of Java. Combine Clojure''s tools for maximum effectiveness as you work with immutable data, functional programming, and safe concurrency to write programs that solve real-world problems.
Start by reading and understanding Clojure syntax and see how Clojure is evaluated. From there, find out about the sequence abstraction, which combines immutable collections with functional programming to create truly reusable data transformation code. Clojure is a functional language; learn how to write programs in a functional style, and when and how to use recursion to your advantage. Discover Clojure''s unique approach to state and identity, techniques for polymorphism and open systems using multimethods and protocols, and how to leverage Clojure''s metaprogramming capabilities via macros. Finally, put all the pieces together in a real program.
New to this edition is coverage of Clojure''s spec library, one of the most interesting new features of Clojure for describing both data and functions. You can use Clojure spec to validate data, destructure data, explain invalid data, and generate large numbers of tests to verify the correctness of your code.
With this book, you''ll learn how to think in Clojure, and how to take advantage of its combined strengths to build powerful programs quickly.
What You Need:
Java 6 or higherClojure 1.9105 kr
Skickas inom 7-10 vardagar
105 kr
Skickas inom 7-10 vardagar
129 kr
Skickas inom 7-10 vardagar
179 kr
Skickas
261 kr
Skickas
1 172 kr
Skickas inom 3-6 vardagar
A thought provoking and practical book about how one supporter, a grandmother, helped her grandchild search for ways to help him overcome the difficulties they both faced.
This book does not dwell on the problems but instead looks for the solutions they found together. It will be useful to all those whose lives are touched by Asperger's Syndrome but especially meaningful to those directly involved in supporting young people in school, college and in the home and neighbourhood setting.
It specifically considers:
} patterns of organization in daily life
} constructing programmes of development for individuals.
The book covers the practical issues facing those in their teens and twenties:
} rules
} daily living skills
} personal hygiene
} managing money
} coping in school and college
} friendships
} romantic relationships.
People with Asperger's Syndrome can be valuable contributors to society if they are given support when they need it.
This book is the outcome of the combined efforts of Alex and his grandmother Maude. It is practical, realistic and very positive.
153 kr
Skickas
144 kr
Skickas
234 kr
Skickas inom 5-8 vardagar
302 kr
Skickas inom 3-6 vardagar
316 kr
Skickas inom 5-8 vardagar
243 kr
Skickas inom 5-8 vardagar
240 kr
Skickas inom 5-8 vardagar
253 kr
Skickas inom 5-8 vardagar
227 kr
Skickas inom 5-8 vardagar
238 kr
Skickas inom 5-8 vardagar
422 kr
Kommande
489 kr
Lyssna direkt efter köp