- .NET Core 2.0 By Example
- Rishabh Verma Neha Shrivastava
- 146字
- 2021-06-24 18:30:58
F# primer
F# is a functional programming language. Functional programming treats programs as mathematical expressions. It focuses on functions and constants that don't change, rather than variables and states. F# is a Microsoft programming language for concise and declarative syntax. Let's begin with a brief history of how this language came into existence. The first attempt at functional programming was Haskell .NET. F# development began in 2005 and after that, various versions came along. At the time of writing this chapter, F# 4.1 is the latest version; it was released in March 2017. This comes with Visual Studio 2017 and supports .NET Core.
The F# language can be used for the following tasks:
- To solve mathematical problems
- For graphic design
- For financial modeling
- For compiler programming
- For CPU design
It is also used for CRUD applications, web pages GUI games, and other programs.
- 精通COBOL:大型機(jī)商業(yè)編程技術(shù)詳解(修訂版)
- DevOps原理與實踐
- Spring開發(fā)者的Quarkus實戰(zhàn)
- 知行合一: 實現(xiàn)價值驅(qū)動的敏捷和精益開發(fā)
- 網(wǎng)絡(luò)空間測繪技術(shù)與實踐:讓互聯(lián)網(wǎng)情報服務(wù)于網(wǎng)絡(luò)安全
- 軟件工程理論與應(yīng)用
- Java高手真經(jīng)·編程基礎(chǔ)卷:Java核心編程技術(shù)
- 混沌工程:通過可控故障實驗提升軟件系統(tǒng)可靠性
- 嵌入式軟件測試:方法、案例與模板詳解
- React Cookbook中文版:87個案例帶你精通React框架
- Spring Boot+Vue 3大型前后端分離項目實戰(zhàn)
- 瘋狂Java:突破程序員基本功的16課(修訂版)
- Unity 3D游戲開發(fā)技術(shù)詳解與典型案例
- 云原生Kubernetes全棧架構(gòu)師實戰(zhàn)
- x86匯編與逆向工程:軟件破解與防護(hù)的藝術(shù)