Saturday, 17 December 2022

Introduction of Fsharp


F sharp is Static language same as C++ , java and C# . It almost similar to C# . And it is called as general purpose programming language, and  f sharp is the running on .NET platform. And f Sharp is also called as strongly typed functional programming language.

F sharp is first  version is published was 2005. And  Microsoft was designed and developed a f sharp.

F sharp support to functional programming as well as object - oriented or Imperative programming models.

F sharp is rich set of library and support many domain such as 

Desktop based application and cross-platform app development

web base application and programming.

version of f sharp is  starting to f sharp 1.0 and now currently we use f sharp 7.0 .

Uses of f sharp 

  1. Mobile based application.
  2. Artificial Intelligence 
  3. Games.

Simple Example ofF Sharp : 

printfn "hii avi"

output: hii avi 

No comments:

Post a Comment

GitHub Most Imp Command For Every Developer Learn:

 Top Command for GitHub:  1) git clone 2) git init and git status   3) git add file name  or git add .  4) git commit -m message  5) git rem...