Toggle Nav

Tel: +44 (0) 20 8829 3000

Email: customercare@turnaround-uk.com

The Book Of F#

ISBN-13: 9781593275525

Author(s): Dave Fancher

Subjects: U

Publisher: PENGUIN RANDOM HOUSE GROUP

Publisher Imprint: No Starch Press

Publication Date: 03-01-2014

Format: Paperback / softback

Availability: Temporary unavailable

£38.99
The Book Of F#

About the book

F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about coding. In The Book of F#, Microsoft MVP Dave Fancher shares his expertise and teaches you how to wield the power of F# to write succinct, reliable, and predictable code. As you learn to take advantage of features like default immutability, pipelining, type inference, and pattern matching, you'll be amazed at how efficient and elegant your code can be. You'll also learn how to: -Exploit F#'s functional nature using currying, partial application, and delegation -Streamline type creation and safety with record types and discriminated unions -Use collection types and modules to handle data sets more effectively -Use pattern matching to decompose complex types and branch your code within a