- Learning F# Functional Data Structures and Algorithms
- Adnan Masood Ph.D.
- 255字
- 2021-07-16 14:10:48
Your first F# project
Going through installation screens and showing how to click Next would be discourteous to our reader's intelligence. Therefore we will skip step-by-step installation for other more verbose texts. Let's start with our first F# project in Visual Studio.

In the preceding screenshot, you can see the F# interactive window at the bottom. Here we have selected FILE | New | Project because we are attempting to open a new project of F# type. There are a few project types available, including console applications and F# library. For ease of explanation, let's begin with a Console Application as shown in the next screenshot:

Alternatively, from within Visual Studio, we can use FSharp Interactive. FSharp Interactive (FSI) is an effective tool for testing out your code quickly. You can open the FSI window by selecting View | Other Windows | F# Interactive from the Visual Studio IDE as shown in the next screenshot:

FSI lets you run code from a console which is similar to a shell. You can access the FSI executable directly from the location at c:\Program Files (x86)\Microsoft SDKs\F#\<version>\Framework\<version>\
.
FSI maintains session context, which means that the constructs created earlier in the FSI are still available in the later parts of code.
The FsiAnyCPU.exe
executable file is the 64-bit counterpart of F# interactive; Visual Studio determines which executable to use based on the machine's architecture being either 32-bit or 64-bit. You can also change the F# interactive parameters and settings from the Options dialog as shown in the following screenshot:

- Learning Neo4j
- Visual Studio 2012 Cookbook
- Windows系統管理與服務配置
- Scratch 3游戲與人工智能編程完全自學教程
- Hands-On RESTful Web Services with Go
- Bootstrap 4:Responsive Web Design
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Sails.js Essentials
- Application Development with Parse using iOS SDK
- Oracle 12c從入門到精通(視頻教學超值版)
- Monitoring Docker
- 征服C指針(第2版)
- 分布式數據庫HBase案例教程
- Getting Started with hapi.js
- Mastering Machine Learning with R