Grokking simplicity: taming complex software with functional thinking
"Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use. These simple ideas can be used in any programming language. This book shows you how to do that. It's an easy read, f...
Gespeichert in:
Beteilige Person: | |
---|---|
Weitere beteiligte Personen: | |
Format: | Elektronisch E-Book |
Sprache: | Englisch |
Veröffentlicht: |
[Place of publication not identified]
Manning Publications
2021
|
Ausgabe: | [First edition]. |
Schlagwörter: | |
Links: | https://learning.oreilly.com/library/view/-/9781617296208AU/?ar |
Zusammenfassung: | "Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use. These simple ideas can be used in any programming language. This book shows you how to do that. It's an easy read, filled with practical examples and sidebars that explain the technical terms. I was drawn in, really enjoyed it, and learned a couple of new ideas that I am eager to apply in my own code. I hope you enjoy it, too!" From the Foreword by Guy Steele "Functional programming does not transfer peacefully from academia to business software. We aren't starting from scratch. We depend on runtimes and libraries outside our control. Our software interacts with many other systems. It is a long way from FP-land to legacy business software. Eric has undertaken this journey for us. He delved into functional programming, found its most helpful essences, and brought them to us where we are." From the Foreword by Jessica Kerr Distributed across servers, difficult to test, and resistant to modification--modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems so that they're easier to test and debug. about the technology Developers rightly fear the unintended complexity that infects most code. This book shows you how to write software that keeps complexity close to its inherent minimum. As you write software you should distinguish between code that alters your system's state, and code that does not. Once you learn to make that distinction, you can refactor much of your state-altering "actions" into stateless "calculations." Your software will be simpler. about the book The book also teaches you to solve the complex timing bugs that inevitably creep into asynchronous and multithreaded code. In advanced sections of the book you learn how composable abstractions help avoid repeating code and open up new levels of expressivity. what's inside Patterns for simpler code Powerful time modeling approaches to simplify asynchronous code How higher-order functions can make code reusable and composable about the audience For intermediate and advanced developers building complex software. Exercises, illustrations, self-assessments, and hands-on examples lock in each new idea. about the author Eric Normand is an expert software developer who has been an influential teacher of functional programming since 2007. This book is a must-read for taming complex software. One of the most engaging titles in years. Michael Aydinbas, EXXETAAG A great resource for learning functional thinking and the practical programming techniques derived from it. I can recommend to my colleagues with confidence. Joel Luukka, Geniem An indispensable guide to identifying and conquering complexity. |
Beschreibung: | Online resource; title from title details screen (O'Reilly, viewed May 2, 2022) |
Umfang: | 1 Online-Ressource (1 sound file (12 hr., 6 min.)) |
Internformat
MARC
LEADER | 00000cam a22000002 4500 | ||
---|---|---|---|
001 | ZDB-30-ORH-077382706 | ||
003 | DE-627-1 | ||
005 | 20240228121649.0 | ||
007 | cr uuu---uuuuu | ||
008 | 220405s2021 xx |||||o 00| ||eng c | ||
035 | |a (DE-627-1)077382706 | ||
035 | |a (DE-599)KEP077382706 | ||
035 | |a (ORHE)9781617296208AU | ||
035 | |a (DE-627-1)077382706 | ||
040 | |a DE-627 |b ger |c DE-627 |e rda | ||
041 | |a eng | ||
082 | 0 | |a 005.1/14 |2 23/eng/20220502 | |
100 | 1 | |a Normand, Eric |e VerfasserIn |4 aut | |
245 | 1 | 0 | |a Grokking simplicity |b taming complex software with functional thinking |c Eric Normand |
250 | |a [First edition]. | ||
264 | 1 | |a [Place of publication not identified] |b Manning Publications |c 2021 | |
300 | |a 1 Online-Ressource (1 sound file (12 hr., 6 min.)) | ||
336 | |a Text |b txt |2 rdacontent | ||
337 | |a Computermedien |b c |2 rdamedia | ||
338 | |a Online-Ressource |b cr |2 rdacarrier | ||
500 | |a Online resource; title from title details screen (O'Reilly, viewed May 2, 2022) | ||
520 | |a "Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use. These simple ideas can be used in any programming language. This book shows you how to do that. It's an easy read, filled with practical examples and sidebars that explain the technical terms. I was drawn in, really enjoyed it, and learned a couple of new ideas that I am eager to apply in my own code. I hope you enjoy it, too!" From the Foreword by Guy Steele "Functional programming does not transfer peacefully from academia to business software. We aren't starting from scratch. We depend on runtimes and libraries outside our control. Our software interacts with many other systems. It is a long way from FP-land to legacy business software. Eric has undertaken this journey for us. He delved into functional programming, found its most helpful essences, and brought them to us where we are." From the Foreword by Jessica Kerr Distributed across servers, difficult to test, and resistant to modification--modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems so that they're easier to test and debug. about the technology Developers rightly fear the unintended complexity that infects most code. This book shows you how to write software that keeps complexity close to its inherent minimum. As you write software you should distinguish between code that alters your system's state, and code that does not. Once you learn to make that distinction, you can refactor much of your state-altering "actions" into stateless "calculations." Your software will be simpler. about the book The book also teaches you to solve the complex timing bugs that inevitably creep into asynchronous and multithreaded code. In advanced sections of the book you learn how composable abstractions help avoid repeating code and open up new levels of expressivity. what's inside Patterns for simpler code Powerful time modeling approaches to simplify asynchronous code How higher-order functions can make code reusable and composable about the audience For intermediate and advanced developers building complex software. Exercises, illustrations, self-assessments, and hands-on examples lock in each new idea. about the author Eric Normand is an expert software developer who has been an influential teacher of functional programming since 2007. This book is a must-read for taming complex software. One of the most engaging titles in years. Michael Aydinbas, EXXETAAG A great resource for learning functional thinking and the practical programming techniques derived from it. I can recommend to my colleagues with confidence. Joel Luukka, Geniem An indispensable guide to identifying and conquering complexity. | ||
650 | 0 | |a Functional programming (Computer science) | |
650 | 0 | |a Computer programming |v Handbooks, manuals, etc | |
650 | 4 | |a Programmation fonctionnelle | |
650 | 4 | |a Programmation (Informatique) ; Guides, manuels, etc | |
650 | 4 | |a Computer programming | |
650 | 4 | |a Functional programming (Computer science) | |
650 | 4 | |a Downloadable audio books | |
650 | 4 | |a Audiobooks | |
650 | 4 | |a Handbooks and manuals | |
650 | 4 | |a Audiobooks | |
650 | 4 | |a Livres audio | |
700 | 1 | |a Thomas, Mark |e ErzählerIn |4 nrt | |
966 | 4 | 0 | |l DE-91 |p ZDB-30-ORH |q TUM_PDA_ORH |u https://learning.oreilly.com/library/view/-/9781617296208AU/?ar |m X:ORHE |x Aggregator |z lizenzpflichtig |3 Volltext |
912 | |a ZDB-30-ORH | ||
912 | |a ZDB-30-ORH | ||
951 | |a BO | ||
912 | |a ZDB-30-ORH | ||
049 | |a DE-91 |
Datensatz im Suchindex
DE-BY-TUM_katkey | ZDB-30-ORH-077382706 |
---|---|
_version_ | 1821494822419038208 |
adam_text | |
any_adam_object | |
author | Normand, Eric |
author2 | Thomas, Mark |
author2_role | nrt |
author2_variant | m t mt |
author_facet | Normand, Eric Thomas, Mark |
author_role | aut |
author_sort | Normand, Eric |
author_variant | e n en |
building | Verbundindex |
bvnumber | localTUM |
collection | ZDB-30-ORH |
ctrlnum | (DE-627-1)077382706 (DE-599)KEP077382706 (ORHE)9781617296208AU |
dewey-full | 005.1/14 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1/14 |
dewey-search | 005.1/14 |
dewey-sort | 15.1 214 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | [First edition]. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>04800cam a22004812 4500</leader><controlfield tag="001">ZDB-30-ORH-077382706</controlfield><controlfield tag="003">DE-627-1</controlfield><controlfield tag="005">20240228121649.0</controlfield><controlfield tag="007">cr uuu---uuuuu</controlfield><controlfield tag="008">220405s2021 xx |||||o 00| ||eng c</controlfield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-627-1)077382706</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)KEP077382706</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ORHE)9781617296208AU</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-627-1)077382706</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-627</subfield><subfield code="b">ger</subfield><subfield code="c">DE-627</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1=" " ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.1/14</subfield><subfield code="2">23/eng/20220502</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Normand, Eric</subfield><subfield code="e">VerfasserIn</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Grokking simplicity</subfield><subfield code="b">taming complex software with functional thinking</subfield><subfield code="c">Eric Normand</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">[First edition].</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[Place of publication not identified]</subfield><subfield code="b">Manning Publications</subfield><subfield code="c">2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (1 sound file (12 hr., 6 min.))</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">Text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">Computermedien</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">Online-Ressource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Online resource; title from title details screen (O'Reilly, viewed May 2, 2022)</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">"Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use. These simple ideas can be used in any programming language. This book shows you how to do that. It's an easy read, filled with practical examples and sidebars that explain the technical terms. I was drawn in, really enjoyed it, and learned a couple of new ideas that I am eager to apply in my own code. I hope you enjoy it, too!" From the Foreword by Guy Steele "Functional programming does not transfer peacefully from academia to business software. We aren't starting from scratch. We depend on runtimes and libraries outside our control. Our software interacts with many other systems. It is a long way from FP-land to legacy business software. Eric has undertaken this journey for us. He delved into functional programming, found its most helpful essences, and brought them to us where we are." From the Foreword by Jessica Kerr Distributed across servers, difficult to test, and resistant to modification--modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems so that they're easier to test and debug. about the technology Developers rightly fear the unintended complexity that infects most code. This book shows you how to write software that keeps complexity close to its inherent minimum. As you write software you should distinguish between code that alters your system's state, and code that does not. Once you learn to make that distinction, you can refactor much of your state-altering "actions" into stateless "calculations." Your software will be simpler. about the book The book also teaches you to solve the complex timing bugs that inevitably creep into asynchronous and multithreaded code. In advanced sections of the book you learn how composable abstractions help avoid repeating code and open up new levels of expressivity. what's inside Patterns for simpler code Powerful time modeling approaches to simplify asynchronous code How higher-order functions can make code reusable and composable about the audience For intermediate and advanced developers building complex software. Exercises, illustrations, self-assessments, and hands-on examples lock in each new idea. about the author Eric Normand is an expert software developer who has been an influential teacher of functional programming since 2007. This book is a must-read for taming complex software. One of the most engaging titles in years. Michael Aydinbas, EXXETAAG A great resource for learning functional thinking and the practical programming techniques derived from it. I can recommend to my colleagues with confidence. Joel Luukka, Geniem An indispensable guide to identifying and conquering complexity.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Functional programming (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer programming</subfield><subfield code="v">Handbooks, manuals, etc</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programmation fonctionnelle</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programmation (Informatique) ; Guides, manuels, etc</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Functional programming (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Downloadable audio books</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Audiobooks</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Handbooks and manuals</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Audiobooks</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Livres audio</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Thomas, Mark</subfield><subfield code="e">ErzählerIn</subfield><subfield code="4">nrt</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-91</subfield><subfield code="p">ZDB-30-ORH</subfield><subfield code="q">TUM_PDA_ORH</subfield><subfield code="u">https://learning.oreilly.com/library/view/-/9781617296208AU/?ar</subfield><subfield code="m">X:ORHE</subfield><subfield code="x">Aggregator</subfield><subfield code="z">lizenzpflichtig</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-ORH</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-ORH</subfield></datafield><datafield tag="951" ind1=" " ind2=" "><subfield code="a">BO</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-ORH</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield></datafield></record></collection> |
id | ZDB-30-ORH-077382706 |
illustrated | Not Illustrated |
indexdate | 2025-01-17T11:20:29Z |
institution | BVB |
language | English |
open_access_boolean | |
owner | DE-91 DE-BY-TUM |
owner_facet | DE-91 DE-BY-TUM |
physical | 1 Online-Ressource (1 sound file (12 hr., 6 min.)) |
psigel | ZDB-30-ORH TUM_PDA_ORH ZDB-30-ORH |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Manning Publications |
record_format | marc |
spelling | Normand, Eric VerfasserIn aut Grokking simplicity taming complex software with functional thinking Eric Normand [First edition]. [Place of publication not identified] Manning Publications 2021 1 Online-Ressource (1 sound file (12 hr., 6 min.)) Text txt rdacontent Computermedien c rdamedia Online-Ressource cr rdacarrier Online resource; title from title details screen (O'Reilly, viewed May 2, 2022) "Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use. These simple ideas can be used in any programming language. This book shows you how to do that. It's an easy read, filled with practical examples and sidebars that explain the technical terms. I was drawn in, really enjoyed it, and learned a couple of new ideas that I am eager to apply in my own code. I hope you enjoy it, too!" From the Foreword by Guy Steele "Functional programming does not transfer peacefully from academia to business software. We aren't starting from scratch. We depend on runtimes and libraries outside our control. Our software interacts with many other systems. It is a long way from FP-land to legacy business software. Eric has undertaken this journey for us. He delved into functional programming, found its most helpful essences, and brought them to us where we are." From the Foreword by Jessica Kerr Distributed across servers, difficult to test, and resistant to modification--modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems so that they're easier to test and debug. about the technology Developers rightly fear the unintended complexity that infects most code. This book shows you how to write software that keeps complexity close to its inherent minimum. As you write software you should distinguish between code that alters your system's state, and code that does not. Once you learn to make that distinction, you can refactor much of your state-altering "actions" into stateless "calculations." Your software will be simpler. about the book The book also teaches you to solve the complex timing bugs that inevitably creep into asynchronous and multithreaded code. In advanced sections of the book you learn how composable abstractions help avoid repeating code and open up new levels of expressivity. what's inside Patterns for simpler code Powerful time modeling approaches to simplify asynchronous code How higher-order functions can make code reusable and composable about the audience For intermediate and advanced developers building complex software. Exercises, illustrations, self-assessments, and hands-on examples lock in each new idea. about the author Eric Normand is an expert software developer who has been an influential teacher of functional programming since 2007. This book is a must-read for taming complex software. One of the most engaging titles in years. Michael Aydinbas, EXXETAAG A great resource for learning functional thinking and the practical programming techniques derived from it. I can recommend to my colleagues with confidence. Joel Luukka, Geniem An indispensable guide to identifying and conquering complexity. Functional programming (Computer science) Computer programming Handbooks, manuals, etc Programmation fonctionnelle Programmation (Informatique) ; Guides, manuels, etc Computer programming Downloadable audio books Audiobooks Handbooks and manuals Livres audio Thomas, Mark ErzählerIn nrt |
spellingShingle | Normand, Eric Grokking simplicity taming complex software with functional thinking Functional programming (Computer science) Computer programming Handbooks, manuals, etc Programmation fonctionnelle Programmation (Informatique) ; Guides, manuels, etc Computer programming Downloadable audio books Audiobooks Handbooks and manuals Livres audio |
title | Grokking simplicity taming complex software with functional thinking |
title_auth | Grokking simplicity taming complex software with functional thinking |
title_exact_search | Grokking simplicity taming complex software with functional thinking |
title_full | Grokking simplicity taming complex software with functional thinking Eric Normand |
title_fullStr | Grokking simplicity taming complex software with functional thinking Eric Normand |
title_full_unstemmed | Grokking simplicity taming complex software with functional thinking Eric Normand |
title_short | Grokking simplicity |
title_sort | grokking simplicity taming complex software with functional thinking |
title_sub | taming complex software with functional thinking |
topic | Functional programming (Computer science) Computer programming Handbooks, manuals, etc Programmation fonctionnelle Programmation (Informatique) ; Guides, manuels, etc Computer programming Downloadable audio books Audiobooks Handbooks and manuals Livres audio |
topic_facet | Functional programming (Computer science) Computer programming Handbooks, manuals, etc Programmation fonctionnelle Programmation (Informatique) ; Guides, manuels, etc Computer programming Downloadable audio books Audiobooks Handbooks and manuals Livres audio |
work_keys_str_mv | AT normanderic grokkingsimplicitytamingcomplexsoftwarewithfunctionalthinking AT thomasmark grokkingsimplicitytamingcomplexsoftwarewithfunctionalthinking |