Skip to content

eriawan/F-Sharp-High-Performance

This branch is 2 commits behind PacktPublishing/F-Sharp-High-Performance:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd5314a · Jan 12, 2017

History

4 Commits
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017

Repository files navigation

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

About

F# High Performance published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 99.2%
  • C# 0.8%