Home > Tags: functional (Total 114 Records)
Reactive with ClojureScript Recipes: Functional Programming for the Web
Programming By:Nicolas Modrzyk 2017-09-29 00:00:00
Use ClojureScript to create powerful serverless Web applications that are responsive and engaging. This book presents Reactive recipes with Reagent, a ClojureScript reactive framework, to create interactive applications. Throughout the book, Reactive with ClojureScript Recipes uses progressively mor Programming
Introducing Elixir: Getting Started in Functional Programming, 2nd Edition
Programming By:Simon St. Laurent 2017-01-21 00:00:00
Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, you’ll discover just how powerful Elixir can be. Authors Simon St. Laurent and J. David Eisenberg show you how Elixir combines the robust functional programming of Programming
Tags: programming functional elixir
Pro Functional PHP Programming: Application Development Strategies for Performance Optimization, Concurrency, Testability, and Code Brevity
Programming By:Rob Aley 2017-10-24 00:00:00
Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming. Part one of Pro Functional PHP Programming takes Programming
Tags: optimization code programming php application performance development strategies functional concurrency testability brevity
Introducing Erlang: Getting Started in Functional Programming
Programming By:Simon St. Laurent 2017-03-16 00:00:00
If you’re new to Erlang, its functional style can seem difficult, but with help from this hands-on introduction, you’ll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. In this updated second edition, author Simon St.Laurent shows you how to write sim Programming
Tags: programming functional erlang
Functional Programming: A PragPub Anthology: Exploring Clojure, Elixir, Haskell, Scala, and Swift
Programming By:- 2017-07-30 00:00:00
Explore functional programming and discover new ways of thinking about code. You know you need to master functional programming, but learning one functional language is only the start. In this book, through articles drawn from PragPub magazine and articles written specifically for this book, you'll Programming
Tags: programming anthology exploring functional scala haskell clojure swift elixir pragpub
Learning Java Functional Programming
Java By:Richard M Reese 2015-10-14 00:00:00
If you are a Java developer with object-oriented experience and want to use a functional programming approach in your applications, then this book is for you. All you need to get started is familiarity with basic Java object-oriented programming concepts. Functional programming is an increasingly p Java
Tags: java programming learning functional
Becoming Functional: Steps for Transforming Into a Functional Programmer
Computer Science By:Joshua Backfield 2014-07-25 00:00:00
If you have an imperative (and probably object-oriented) programming background, this hands-on book will guide you through the alien world of functional programming. Author Joshua Backfield begins slowly by showing you how to apply the most useful implementation concepts before taking you further in Computer Science
Tags: step programmer functional transforming
Quick Clojure: Effective Functional Programming
Programming By:Mark McDonnell 2017-08-25 00:00:00
Get up to speed with Clojure in this quick and practical primer. You'll learn the nuts and bolts of functional programming, data structures, sequences, destructuring, pattern matching, polymorphism, concurrency, conventions, and more. Author Mark McDonnell talks about organization with namespaces h Programming
Tags: programming functional clojure
Functional Programming Patterns in Scala and Clojure: Write Lean Programs for the JVM
Computer Science By:Michael Bevilacqua-Linn 2013-11-02 00:00:00
Solve real-life programming problems with a fraction of the code that pure object-oriented programming requires. Use Scala and Clojure to solve in-depth problems with two sets of patterns: object-oriented patterns that become more concise with functional programming, and natively functional patterns Computer Science
Tags: programming pattern program lean functional jvm write scala clojure
Swift Functional Programming - Second Edition.
Programming By:Dr. Fatih Nayebi 2017-04-26 00:00:00
Bring the power of functional programming to Swift to develop clean, smart, scalable and reliable applications. Meant for a reader who knows object-oriented programming, has some experience with Objective-C/Swift programming languages and wants to further enhance his skills with functional programm Programming
Tags: programming functional swift