Accomplish 发表于 2025-3-30 10:11:54

https://doi.org/10.1007/978-3-658-07250-6 completion and produces useful results or state changes. In this chapter, you turn your attention to ., and . programs. These represent substantially different approaches to programming from those you’ve seen so far. Some of the reasons for turning to these techniques are as follows:

OPINE 发表于 2025-3-30 12:36:44

https://doi.org/10.1007/978-3-030-98475-5records, or objects; collections of smaller pieces of data represented as lists, sets, arrays, or sequences; XML strings with tags describing the shape and kind of data; and data coming from relational or object-oriented databases, just to name a few.

Morsel 发表于 2025-3-30 19:30:05

http://reply.papertrans.cn/32/3192/319141/319141_53.png

SLING 发表于 2025-3-30 20:58:08

http://reply.papertrans.cn/32/3192/319141/319141_54.png

rectum 发表于 2025-3-31 01:26:15

Getting Started with F# and .NET,ww.fsharp.net. You may also have a version on your machine already. The sections that follow use F# Interactive, a tool you can use to execute fragments of F# code interactively and a convenient way to explore the language. Along the way, you see examples of the most important F# language constructs and many important libraries.

Patrimony 发表于 2025-3-31 05:57:08

http://reply.papertrans.cn/32/3192/319141/319141_56.png

CLEAR 发表于 2025-3-31 09:51:19

Mastering Types and Generics, list, string list, and (int * int) list are all instantiations of the generic family of F# list types. Likewise, int → int and string → int are both instantiations of the generic family of F# function types. The F# library and the .NET Framework have many other generic types and operations in addition to these.

ADAGE 发表于 2025-3-31 13:53:36

Working with Objects and Modules,ional concepts and techniques of practical, small-scale F# programming. This chapter covers language constructs related to .. We assume some familiarity with the basic concepts of OO programming, although you may notice that our discussion of objects deliberately deemphasizes techniques such as implementation inheritance.

syncope 发表于 2025-3-31 18:53:50

Encapsulating and Packaging Your Code,ny of the constructs to help do this: functions, objects, type definitions, modules, namespaces, and assemblies. However, in some cases you’ve encountered these only peripherally when using the .NET Base Class Library (BCL). This chapter covers these constructs from the perspective of code organization and packaging.

事物的方面 发表于 2025-3-31 21:43:33

Mastering F#: Common Techniques,ell takes a little more time. This chapter presents some of the common F# coding techniques you need as you work across multiple programming domains. These techniques are either applications of the constructs you’ve encountered so far or relate to the foundational libraries that ship with F# and .NET.
页: 1 2 3 4 5 [6] 7
查看完整版本: Titlebook: Expert F# 2.0; Don Syme,Adam Granicz,Antonio Cisternino,Clay Andr Book 2009 Don Syme and Adam Granicz and Antonio Cisternino 2009 .NET.Deb