Book Image

Learning F# Functional Data Structures and Algorithms

By : Adnan Masood
Book Image

Learning F# Functional Data Structures and Algorithms

By: Adnan Masood

Overview of this book

Table of Contents (21 chapters)
Learning F# Functional Data Structures and Algorithms
Credits
Foreword
Foreword
Foreword
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Where to Go Next?

 

"It is my firm belief that all successful languages are grown and not merely designed from first principles."

 
 -- Bjarne Stroustrup

This book intends to provide a practical introduction to the vast subject matter area of F# data structures and functional programming. In this short text, we have barely been able to explore the metaphorical tip of the functional-programming-with-F# iceberg. We would like to suggest other resources from which the reader can learn much more. Following is the detailed list of different resources around the functional ecosystem, and the F# programming language. In the references below, you would see various guides, source codes, and links which will assist you in getting further information.

In this chapter, we will cover the following topics:

  • References and further readings

  • F# language resources

  • Component design guides

  • Functional programming guides

  • Books and interactive tutorials

  • Video tutorials

  • Community projects

  • General Functional programming...