#F# High Performance This is the code repository for F# High Performance, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
F# is a functional programming language and is used in enterprise applications that demand high performance. It has its own unique trait: it is a functional programming language and has OOP support at the same time.
##Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
The code will look like the following:
[<EntryPoint>]
let main argv =
printfn "Hello F# world"
0 // return an integer exit code
##Related Products
###Suggestions and Feedback Click here if you have any feedback or suggestions.