$53.43$53.43
FREE delivery December 16 - January 8
Ships from: awesomebookscanada Sold by: awesomebookscanada
$34.75$34.75
$6.49 delivery December 13 - January 7
Ships from: wobcanada Sold by: wobcanada
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet or computer – no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera, scan the code below and download the Kindle app.
Follow the authors
OK
Functional Thinking: Paradigm Over Syntax Paperback – Illustrated, Aug. 19 2014
Purchase options and add-ons
If you’re familiar with functional programming basics and want to gain a much deeper understanding, this in-depth guide takes you beyond syntax and demonstrates how you need to think in a new way. Software architect Neal Ford shows intermediate to advanced developers how functional coding allows you to step back a level of abstraction so you can see your programming problem with greater clarity.
Each chapter shows you various examples of functional thinking, using numerous code examples from Java 8 and other JVM languages that include functional capabilities. This book may bend your mind, but you’ll come away with a much better grasp of functional programming concepts.
- Understand why many imperative languages are adding functional capabilities
- Compare functional and imperative solutions to common problems
- Examine ways to cede control of routine chores to the runtime
- Learn how memoization and laziness eliminate hand-crafted solutions
- Explore functional approaches to design patterns and code reuse
- View real-world examples of functional thinking with Java 8, and in functional architectures and web frameworks
- Learn the pros and cons of living in a paradigmatically richer world
If you’re new to functional programming, check out Josh Backfield’s book Becoming Functional.
- ISBN-101449365515
- ISBN-13978-1449365516
- Edition1st
- PublisherO'Reilly Media
- Publication dateAug. 19 2014
- LanguageEnglish
- Dimensions17.7 x 0.97 x 23 cm
- Print length177 pages
Customers who bought this item also bought
Product description
Book Description
About the Author
Neal has a degree in Computer Science from Georgia State University specializing in languages and compilers and a minor in mathematics specializing in statistical analysis. He is also the designer and developer of applications, instructional materials, magazine articles, and video presentations. He is also the author of 6 books, including the most recent Presentation Patterns and Functional Thinking. Given his degree, Neal is a bit of a language geek, with affections including but not limited to Ruby, Clojure, Java, Groovy, JavaScript, Scala and C#/.NET. His primary consulting focus is the design and construction of large-scale enterprise applications. Neal is an internationally acclaimed speaker, having spoken at over 300 developer conferences worldwide, delivering more than 2000 presentations. If you have an insatiable curiosity about Neal, visit his web site at nealford.com. He welcomes feedback and can be reached at nford@thoughtworks.com.
Product details
- Publisher : O'Reilly Media; 1st edition (Aug. 19 2014)
- Language : English
- Paperback : 177 pages
- ISBN-10 : 1449365515
- ISBN-13 : 978-1449365516
- Item weight : 314 g
- Dimensions : 17.7 x 0.97 x 23 cm
- Best Sellers Rank: #1,425,583 in Books (See Top 100 in Books)
- #352 in Object-Oriented Software Design Textbooks
- #367 in C# Programming Language
- #633 in Java Programming (Books)
- Customer Reviews:
About the authors
Neal is Director, Software Architect, and Meme Wrangler at ThoughtWorks, a software company and a community of passionate, purpose-led individuals, who thinks disruptively to deliver technology to address the toughest challenges, all while seeking to revolutionize the IT industry and create positive social change. He is an internationally recognized expert on software development and delivery, especially in the intersection of agile engineering techniques and software architecture. Neal has authored magazine articles, eight books (and counting), dozens of video presentations, and spoken at hundreds of developers conferences worldwide. His topics include software architecture, continuous delivery, functional programming, cutting edge software innovations, and includes a business-focused book and video on improving technical presentations
Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
-
Top reviews
Top reviews from Canada
There was a problem filtering reviews right now. Please try again later.
Top reviews from other countries
The book gives plenty of examples to show how popular jvm languages (groovy, clojure, scala) give you the needed tools to start thinking differently at the way you program. In each chapter the author goes to some length to explain what's the reasoning behind those modeling choices, building a step by step understanding of what's generally considered the functional way.
Really recommended if you know java and want to introduce a new way to approach programming to your baggage.
There is quite a lot of focus on syntax since almost every example is shown in three different languages (java, groovy, scala/clojure) and the differences between the syntax explained over and over. Groovy specific constructs are discussed frequently and the author openly admits that many of these have nothing to do with FP.
The book ends with a ramble about metaprogramming, build systems and a couple of paragraphs on building functional architectures.