| ||||||||||||||||||||
|
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details. |
Product details
|
Over the next five years, F# is expected to become one of the world′s most popular functional programming languages for scientists of all disciplines working on the Windows platform. F# is free and, unlike MATLAB® and other software with numerical/scientific origins, is a full–fledged programming language.
Developed in consultation with Don Syme of Microsoft Research Ltd.—who wrote the language—F# for Scientists explains and demonstrates the powerful features of this important new programming language. The book assumes no prior experience and guides the reader from the basics of computer programming to the implementation of state–of–the–art algorithms.
F# for Scientists begins with coverage of introductory material in the areas of functional programming, .NET, and scientific computing, and goes on to explore:
Program structure
Optimization
Data structures
Libraries
Numerical analysis
Databases
Input and output
Interoperability
Visualization
Screenshots of development using Visual Studio are used to illustrate compilation, debugging, and interactive use, while complete examples of a few whole programs are included to give readers a complete view of F#′s capabilities.
Written in a clear and concise style, F# for Scientists is well suited for researchers, scientists, and developers who want to program under the Windows platform. It also serves as an ideal supplemental text for advanced undergraduate and graduate students with a background in science or engineering.
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
3 of 3 people found the following review helpful:
5.0 out of 5 stars
An excellent book for smart people,
By
This review is from: F# for Scientists (Hardcover)
Don't expect to find a full description of the language - in this sense the book is not self contained - but there are other books for that. This book is for getting the best out of F#. Harrop gives the reader a true idea of what functional programming is really about, what it should be used for and how it should be used.
If you want to learn how to walk, buy Expert F# Hardback (Expert's Voice in .Net) or Foundations of F# (Expert's Voice in .Net) (they are both very good). But if you want to run, jump and fly, buy this one. It's just a shame it's too short!
5 of 6 people found the following review helpful:
5.0 out of 5 stars
Excellent,
By
This review is from: F# for Scientists (Hardcover)
Excellent from first to last. Whilst the extensive science-oriented examples will benefit F#'s current market - efficient scientific and financial computing - the clarity of writing will benefit all programmers approaching F# for the first time.
Newcomers will not find another dry description of the programming language but rather an exploration of the ideas and principles of functional programming that will benefit their technique in whatever language they use. This is most brilliantly illustrated by the visualization chapter and by the sections dealing with XML processing in which functional techniques are used to produce solutions far more succinct, yet still more expressive, than their imperative or object-oriented cousins. The material is challenging - it is intended to be - but persevering will bring far greater rewards than ploughing through the latest O'Reilly cookbook. Learning functional programming will improve the skills of every programmer, and so will reading this book.
3.0 out of 5 stars
Keep your red pen handy,
This review is from: F# for Scientists (Hardcover)
I got this book based upon the initial reviews which promoted its useful examples and I will say that so far I have been quite impressed and feel that it is greatly aiding my understanding of the F# language.
However alike the previous review I have noticed that a number of the provided examples are just wrong, as such I am quite often having to correct the given examples; whilst this is an issue, it has also been quite interesting as it has prompted me to delve into the book and almost search for the issues. It should probably be noted that we are now on F# 2.0 and this book has been written with examples in Visual Studio 2005 (we are now on 2010), so some things I believe have changed. As such the following line is no longer valid. Array.fold_left ( + ) 0 [|3; 4; 5|];; and should be replaced with Array.fold ( + ) 0 [|3; 4; 5|];; That being said the result is 12 not 98 as the book states. I would not say don't buy this book as it is quite an interesting study in F#, but do bare in mind that some things have changed and you may be challenged in places to prove the author wrong.
Share your thoughts with other customers: Create your own review
Would you like to see more reviews about this item?
|
Most Recent Customer Reviews |
|