Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.62 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.62 KB

#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.

About the Book

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.