Search
Go

Shop by category
 
Expert F# 2.0 (Expert's Voice in F#)
Email a friendView larger image

Expert F# 2.0 (Expert's Voice in F#)

List Price: $69.99
Our Price: $56.23
You Save: $13.76 (20%)
Shipping: This item ships for FREE with Super Saver Shipping.
SKU:

ACAMP_book_usedlikenew_1430224312

In Stock
Usually ships in 1 business days

Note: Item may be sold and shipped by another company. Learn more.
Product Promotions:
  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit.  Here's how (restrictions apply)
Description:

Expert F# 2.0 is about practical programming in a beautiful language that puts the power and elegance of functional programming into the hands of professional developers. In combination with .NET, F# achieves unrivaled levels of programmer productivity and program clarity.

Expert F# 2.0 is

  • The authoritative guide to F# by the inventor of F#
  • A comprehensive reference of F# concepts, syntax, and features
  • A treasury of expert F# techniques for practical, real-world programming

F# isn't just another functional programming language. It's a general-purpose language ideal for real-world development. F# seamlessly integrates functional, imperative, and object-oriented programming styles so you can flexibly and elegantly solve any programming problem. Whatever your background, you’ll find that F# is easy to learn, fun to use, and extraordinarily powerful. F# will change the way you think about–and go about–programming.

Written by F#'s inventor and two major contributors to its development, Expert F# 2.0 is the authoritative, comprehensive, and in-depth guide to the language and its use. Designed to help others become experts, the first part of the book quickly yet carefully describes the F# language. The second part then shows how to use F# elegantly for a wide variety of practical programming tasks.

The world's foremost experts in F# show you how to program in F# the way they do!


What you’ll learn

  • Explore F# and its features quickly and thoroughly in the introductory chapters
  • Use F# with the newest .NET technologies such as WPF, LINQ, and ASP.NET AJAX
  • Build reactive, asynchronous, and distributed applications with F#
  • Interoperate with F# from other .NET languages, especially C#
  • Test, profile, and performance tune F# applications
  • Work with real-life examples and advanced programming features

Who this book is for

Expert F# 2.0 is for anyone interested in state-of-the art .NET programming. Professional programmers will find it engrossing. F# provides invaluable insight into the future of both C# and VB, which are now adopting some (but far from all) of the functional features of F#. Once programmers learn F#, few feel like returning to either C# or VB. The academic community will find F# the answer to a decades-long prayer: a language suitable for teaching computer science that also excites and empowers students because it can be used not just in the classroom, but also in the real world.

Table of Contents

  1. Introduction
  2. Getting Started with F# and NET
  3. Creating Your First F# Program—Introducing Functional Programming
  4. Introducing Imperative Programming
  5. Mastering Types and Generics 
  6. Working with Objects and Modules
  7. Encapsulating and Packaging Your Code
  8. Mastering F#: Common Techniques 
  9. Introducing Language-Oriented Programming
  10. Using the F# and NET Libraries
  11. Building Graphical User Interfaces
  12. Working with Symbolic Representations 
  13. Reactive, Asynchronous, and Parallel Programming
  14. Building Smart Web Applications
  15. Working with Data
  16. Lexing and Parsing
  17. Interoperating with C and COM 
  18. Debugging and Testing F# Programs 
  19. Designing F# Libraries
Product Details:
Author: Don Syme
Paperback: 624 pages
Publisher: Apress
Publication Date: June 07, 2010
Language: English
ISBN: 1430224312
Product Length: 9.26 inches
Product Width: 7.64 inches
Product Height: 1.25 inches
Product Weight: 1.97 pounds
Package Length: 9.0 inches
Package Width: 7.5 inches
Package Height: 1.4 inches
Package Weight: 3.7 pounds
Average Customer Rating: based on 5 reviews
Customer Reviews:
Average Customer Review: 4.0 ( 5 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

14 of 16 found the following review helpful:

5The bible for F# programmingOct 09, 2010
By D. Platt
I originally learned F# from the first version of this book and the second version is every bit as informative and provides the necessary update on this rapidly evolving language. I have found all the F# books I have in my library informative, but they lack the depth of this reference. If you want a completely thorough introduction to the language this is both a great tutorial and something you will keep handy while programming to look up the more obscure corners of language, then this is the book to choose. The early chapters one through five give you a basic grounding in the language, carefully separating the functional elements which are stylistically preferred from the imperative constructs most programmers will be more familiar with but which are typically minimizing good functional programming. The middle of the book broadens your programming repertoire with more sophisticated techniques including objects and taking advantage of the library environments as well as more specialized programming techniques such as language development. Finally the later chapters deal with more applied topics interacting with databases, Web technology and programming tools necessary for development. I keep expert F# 2.0 with me all the time (the electronic copy is very handy the paper copy is surprisingly heavy), though I have been programming for F# for many years. I would highly recommend this if you need a good reference for the language. I think you could start with this if you have a good grounding in another strongly typed language like C# or java, but the first few chapters will keep you busy for a while.

14 of 17 found the following review helpful:

5Excellent Read - Provides great depth and detailJul 20, 2010
By Jonathan W. Maccollum
I purchased this book hoping to improve my existing C# knowledge with the power of better functional programming. This book has not only done that but has also provided me with the tools needed to write quick and elegant code in a performance-oriented way. With the aid of this book, F# is now one of my most powerful tools in development. The authors have packed this book with mini-examples that build upon themselves throughout each chapter. I have quickly been able to read and understand their examples and apply their design decisions to not only F# code that I write, but also the functional-leaning C# code in my current projects.

This book is a must have for any .NET developer.

5For the Advanced PractitionerApr 12, 2012
By Ryan Riley "panesofglass"
Don and the other authors include a number of samples and chapters for those wanting to pick up F#, but for the most part this is a reference and meant for those quite familiar with F#, OCaml, or similar functional languages. If you have another introductory book and are looking for more, this is a great addition to your library.

4Good Book for Learning F# - With CaveatsJul 04, 2011
By Jason
As a developer who has actively worked in the imperative paradigm since I began programming (other than a smattering of languages primarily used at my time in school), F# required an entirely new way of thinking. Although it allows for imperative programming, I wanted to remain true to the functional aspect of the language and I figured who better to learn from than the designer and language architect - Don Syme.

To be clear, this book is excellent and well-written. There are numerous examples and in-depth, detailed explanations. I highly recommend reading it - particularly if you want to get into some of the gritty details that you may not find if you aren't talking to the guy who knows the language best.

With that said, this book has a high "ramp up" factor. At the time I bought it, I had no experience in F#. The change of mindset, from imperative to functional perhaps would have been handled better with a book focused directly on that rather than learning the specific ins and outs of a language. If I did not have the drive to power through some portions of the book, I may have been bogged down in details that didn't matter at the particular time.

As long as you keep this second part in mind, I highly recommend Expert F# 2.0. It's well-written, clear, and technically in-depth covering all the major aspects (and many detailed aspects) of the language.

6 of 67 found the following review helpful:

1This book is not for beginnersDec 31, 2010
By L. Yang "sfobeach"
The author of the book is the creator of F#, he knows everything about it. This is precisely the problem. It does not even tell a biginner how to start.

About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore