| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Functional Programming - FSharp

Page history last edited by Jose Basilio 13 years, 11 months ago

 

 

Functional Programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast to the imperative programming style, which emphasizes changes in state.

 

F# is a succinct, expressive and efficient functional and object-oriented language for .NET which helps you write simple code to solve complex problems.

 

To learn more about F# visit the Microsoft F# Development Center

 

Community for FSharp is an online group that meets every month over LiveMeeting. Our next meeting will be on May 18th http://www.communityforfsharp.net/ 

- To join the live group, visit http://c4fsharp.groups.live.com/

- Follow the group on Twitter: https://twitter.com/c4fsharp

Comments (0)

You don't have permission to comment on this page.