-
25. Spreadsheet Implementation Technology: Basics and Extensions
by Peter Sestoft
Seller Description: A guide to innovative spreadsheet implementation technology, accompanied by a free software platform for experimentation. See More Details
ISBN-13: 9780262526647
Paperback, Fine/Like New
$11.05
-
26. Functional Design and Architecture: Examples in Haskell
by Alexander Granin
Seller Description: Functional Design and Architecture is a comprehensive guide to software engineering using functional programming. Inside, you'll find cutting-edge functional design principles and practices for every stage of application development. There's no abstract theory--you'll learn by building exciting sample applications, including an application for ... See More Details
ISBN-13: 9781617299612
Paperback, New
$39.65
-
27. Learning React: Functional Web Development with React and Redux
by Alex Banks, Eve Porcello
Seller Description: If you want to learn how to build efficient user interfaces with React, this is your book. Authors Alex Banks and Eve Porcello show you how to create UIs with this small JavaScript library that can deftly display data changes on large-scale, data-driven websites without page reloads. Along the way, you'll learn how to work with functional ... See More Details
ISBN-13: 9781491954621
Paperback, Very Good
$4.99
-
28. Functional Python Programming: Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads, 2nd Edition
by Steven F. Lott
Seller Description: Create succinct and expressive implementations with functional programming in Python About This Book * Learn how to choose between imperative and functional approaches based on expressiveness, clarity, and performance * Get familiar with complex concepts such as monads, concurrency, and immutability * Apply functional Python to common Exploratory ... See More Details
ISBN-13: 9781788627061
Paperback, New
$37.99
-
29. Grokking Functional Programming
by Michal Plachta
Seller Description: Grokking Functional Programming is a practical book written especially for object-oriented programmers. It will help you map familiar ideas like objects and composition to FP concepts such as programming with immutable data and higher-order functions. You will learn how to write concurrent programs, how to handle errors and how to design your ... See More Details
ISBN-13: 9781617291838
Paperback, Fine/Like New
$32.17
-
30. The Haskell School of Music
by Professor Paul Hudak, Donya Quick
Seller Description: Learn functional programming and the Haskell programming language through algorithmic music composition and virtual instrument design. See More Details
ISBN-13: 9781108416757
Hardcover, Fine/Like New
$54.77
-
31. Java 8 Lambdas
by Richard Warburton
Seller Description: If you're a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You'll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems. ... See More Details
ISBN-13: 9789351105787
Paperback, Fine/Like New
$8.73
-
32. Haskell: The Craft of Functional Programming
by Simon Thompson
Seller Description: Introducing functional programming in the Haskell language, this book is written for students and programmers with little or no experience. It emphasises the process of crafting programmes, problem solving and avoiding common programming pitfalls. Covering basic functional programming, through abstraction to larger scale programming, students ... See More Details
2011
ISBN-13: 9780201882957
Paperback, Very Good
$2.20
-
33. Functional Programming in Go: Apply functional techniques in Golang to improve the testability, readability, and security of your code
by Dylan Meeus
Seller Description: Leverage core functional programming (FP) concepts to write more maintainable and testable code in Go Purchase of the print or Kindle book includes a free PDF eBook Key Features Learn functional programming techniques at the architectural level and use them to solve real-world problems Understand how to think about code functionally Learn about ... See More Details
ISBN-13: 9781801811163
Paperback, Fine/Like New
$38.99
-
34. Seriously Good Software: Code That Works, Survives, and Wins
by Marco Faella
Seller Description: Serious developers know that code can always be improved. With each iteration, you make optimizations-small and large-that can have a huge impact on your application's speed, size, resilience, and maintainability. In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you ... See More Details
ISBN-13: 9781617296291
$14.63
-
35. Computational Semantics with Functional Programming
by Jan Van Eijck, Christina Unger
Seller Description: Computational semantics is the art and science of computing meaning in natural language. The meaning of a sentence is derived from the meanings of the individual words in it, and this process can be made so precise that it can be implemented on a computer. Designed for students of linguistics, computer science, logic and philosophy, this ... See More Details
ISBN-13: 9780511932700
Paperback, New
$38.92
-
36. Functional JavaScript
by Michael Fogus
Seller Description: "Introducing functional programming with Underscore.js"--Cover. See More Details
ISBN-13: 9781449360726
Paperback, New
$9.22
-
37. Algorithm Design with Haskell
by Richard Bird, Jeremy Gibbons
Seller Description: Ideal for learning or reference, this book explains the five main principles of algorithm design and their implementation in Haskell. See More Details
ISBN-13: 9781108491617
Hardcover, New
$45.00
-
38. Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!)
by Chris McCord
Seller Description: Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. You'll discover how to extend Elixir with your own first-class features, ... See More Details
ISBN-13: 9781680500417
Paperback, Fine/Like New
$8.67
-
39. Get Programming with F#: A Guide for .Net Developers
by Isaac Abraham
Seller Description: Key features - Hands-on chapters - Practical examples - Bite-size lessons - Try This exercises Audience For intermediate C# and Visual Basic .NET developers who have heard about F# and functional programming and want to understand the benefits and use it as a part of their existing toolbox without having to throw away existing ... See More Details
ISBN-13: 9781617293993
Paperback, Good
$4.99
-
40. Mastering Functional Programming: Functional techniques for sequential and parallel programming with Scala
by Anatolii Kmetiuk
Seller Description: Learn how functional programming can help you in deploying web servers and working with databases in a declarative and pure way Key Features Learn functional programming from scratch Program applications with side effects in a pure way Gain expertise in working with array tools for functional programming Book DescriptionIn large projects, it can ... See More Details
ISBN-13: 9781788620796
Paperback, New
$54.41
-
41. Web Development with Clojure: Build Bulletproof Web Apps with Less Code
by Dmitri Sotnikov
Seller Description: "Book version P2.0--May 2014"--Title page verso. See More Details
ISBN-13: 9781937785642
$13.00
-
42. Programming ELM: Build Safe, Sane, and Maintainable Front-End Applications
by Jeremy Fairbank
Seller Description: Elm brings the safety and stability of functional programming to front-end development, making it one of the most popular new languages. Elm's functional nature and static typing means that run-time errors are nearly impossible, and it compiles to JavaScript for easy web deployment. This book helps readers take advantage of this new language in ... See More Details
ISBN-13: 9781680502855
Paperback, New
$34.69
-
43. Haskell: The Craft of Funtional Programming
by Simon Thompson
Seller Description: This books introduces Haskell at a level appropriate for those with little orno prior experience of functional programming. The emphasis is on the processof crafting programs, solving problems, and avoiding common errors. See More Details
ISBN-13: 9780201403572
Paperback, Good
$8.97
-
44. Java Lambdas and Parallel Streams
by Michael M?ller
Seller Description: This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way--within certain limits, no knowledge about the thread ... See More Details
ISBN-13: 9781484224861
Paperback, New
NV, USA
$28.58
-
45. Introducing Elixir: Getting Started in Functional Programming
by Simon St Laurent, J David Eisenberg
Seller Description: Smooth, powerful, and small, the Elixir programming language is an excellent place for newcomers to learn about functional programming. This book shows readers how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby. Readers will learn how Elixir simplifies some of Erlang's odder corners and ... See More Details
ISBN-13: 9781491956779
Paperback, Fine/Like New
$16.78
-
46. Functional Programming with C#: Unlock coding brilliance with the power of functional magic
by Alex Yagur
Seller Description: Explore functional programming in C# with the help of clear explanations, practical examples, and hands-on exercises and write efficient, modular, and readable code Key Features Master functional programming in C# for expressive, modular code Apply advanced concepts such as error handling and asynchronous programming to overcome real-world ... See More Details
ISBN-13: 9781805122685
Paperback, New
NV, USA
$50.21
-
47. Functional and Constraint Logic Programming: 28th International Workshop, WFLP 2020, Bologna, Italy, September 7, 2020, Revised Selected Papers
by Michael Hanus (Editor), Claudio Sacerdoti Coen (Editor)
Seller Description: This book constitutes the refereed post-conference proceedings of the 28th International Workshop on Functional and Constraint Logic Programming, WFLP 2020, held in Bologna, Italy, in September 2020.Due to the COVID-19, the workshop was held online. From the 19 full papers submitted, 8 were accepted for presentation at the workshop. The accepted ... See More Details
2021
ISBN-13: 9783030753320
Paperback, New
NV, USA
$60.65
-
48. Introduction to Functional Programming
by Richard Bird
ISBN-13: 9780134730912
Paperback, Good
$101.10