Record Detail Back
Programming F# 3.0
So what actually is F#? In a nutshell, F# is a multi-paradigm programming language built on .NET, meaning that it supports several different styles of programming natively. I’ll spare you the history of the language and instead just go over the big bullets: • F# supports imperative programming. In F# you can modify the contents of memory, read and write files, send data over the network, and so on. • F# supports object-oriented programming. In F# you can abstract code into classes and objects enabling you to simplify your code. • F# supports functional programming, which is a style of programming which emphasizes what a program should do, not explicitly how the program should work. • F# is statically typed. Being statically typed means that type information is known at compile time, leading to type-safe code. F# won’t allow you to put a square peg into a round hole. • F# is a .NET language. It runs on the Common Language Infrastructure (CLI) and so it gets things like garbage collection (memory management) and powerful class
Chris Smith - Personal Name
NONE
Information Technology
English
2012
1-383
LOADING LIST...
LOADING LIST...