null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

F# Deep Dives

List Price: $49.99
SKU:
9781617291326
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Tomas Petricek, Phil Trelford
    Format:
    Paperback
    Pages:
    372
    Publisher:
    Manning (December 28, 2014)
    Language:
    English
    ISBN-13:
    9781617291326
    ISBN-10:
    1617291323
    Weight:
    19.44oz
    Dimensions:
    7.38" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    10
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    F# Deep Dives presents a collection of real-world F# techniques, each written by expert practitioners. Each chapter presents a new use case where you'll read how the author used F# to solve a complex problem more effectively than would have been possible using a traditional approach. You'll not only see how a specific solution works in a specific domain, you'll also learn how F# developers approach problems, what concepts they use to solve them, and how they integrate F# into existing systems and environments.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    F# is an elegant, cross-platform, functional-first programming language. With F#, developers create consistent and predictable programs that are easier to test and reuse, simpler to parallelize, and less prone to bugs. The language, its tooling, and the functional programming style have proven effective in many application areas like secure financial engines, machine learning algorithms, scientific calculations, collaborative web applications, games, and more.

    About the Book

    F# Deep Dives is a selection of real-world F# techniques written by expert practitioners. Each chapter presents an important use case where you'll solve a real programming challenge effectively using F# and the functional-first approach. Not only will you see how a specific solution works in a specific domain, but you'll also learn how functional programmers think about problems, how they solve them, and how they integrate F# into existing systems and environments.

    Readers should have at least an introductory knowledge of the F# language.

    What's Inside
    • Numerical computing
    • Data visualization
    • Business logic
    • Domain-specific languages
    • Practical solutions to real problems
    • Information-rich programming, including LINQ and F# type providers
    • Covers F# 3.1 and VS 2013

    About the Authors

    Tomas Petricek contributed to the development of the F# language at Microsoft Research. Phil Trelford is an early adopter of F# and one of its most vocal advocates. They are joined by F# experts Chris Ballard, Keith Battocchi, Colin Bull, Chao-Jen Chen, Yan Cui, Johann Deneux, Kit Eason, Evelina Gabasova, Dmitry Morozov, and Don Syme.

    Table of Contents
    1. Succeeding with functional-first languages in the industry
    2. PART 1 INTRODUCTION
    3. Calculating cumulative binomial distributions
    4. Parsing text-based languages
    5. PART 2 DEVELOPING ANALYTICAL COMPONENTS
    6. Numerical computing in the financial domain
    7. Understanding social networks
    8. Integrating stock data into the F# language
    9. PART 3 DEVELOPING COMPLETE SYSTEMS
    10. Developing rich user interfaces using the MVC pattern
    11. Asynchronous and agent-based programming
    12. Creating games using XNA
    13. Building social web applications
    14. PART 4 F# IN THE LARGER CONTEXT
    15. F# in the enterprise
    16. Software quality