Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

F Sharp (programming language)

From Wikipedia, the free encyclopedia
Microsoft programming language
Not to be confused withF (programming language) orF* (programming language).
The correct title of this article isF#. The substitution of the# is due totechnical restrictions.
F#
ParadigmsMulti-paradigm:functional,imperative,object-oriented,agent-oriented,metaprogramming,reflective,concurrent
FamilyML:Caml:OCaml
Designed byDon Syme,Microsoft Research
DeveloperMicrosoft,The F# Software Foundation
First appeared2005; 20 years ago (2005), version 1.0
Stable release
9.0[1] Edit this on Wikidata / 12 November 2024; 11 months ago (12 November 2024)
Typing disciplineStatic,strong,inferred
OSCross-platform:.NET framework,Mono
LicenseMIT[2][3]
Filename extensions.fs, .fsi, .fsx, .fsscript
Websitefsharp.org


learn.microsoft.com/en-us/dotnet/fsharp
Influenced by
C#,Erlang,Haskell,[4]ML,OCaml,[5][6]Python,Scala
Influenced
C#,[7]Elm,F*,LiveScript

F# (pronouncedF sharp) is ageneral-purpose,high-level,strongly typed,multi-paradigmprogramming language that encompassesfunctional,imperative, andobject-oriented programming methods. It is most often used as across-platformCommon Language Infrastructure (CLI) language on.NET, but can also generateJavaScript[8] andgraphics processing unit (GPU) code.[9]

F# is developed by theF# Software Foundation,[10]Microsoft and open contributors. Anopen source, cross-platform compiler for F# is available from the F# Software Foundation.[11] F# is a fully supported language inVisual Studio[12] andJetBrains Rider.[13]Plug-ins supporting F# exist for many widely used editors includingVisual Studio Code,Vim, andEmacs.

F# is a member of theML language family and originated as a.NET Framework implementation of a core of the programming languageOCaml.[5][6] It has also been influenced byC#,Python,Haskell,[4]Scala andErlang.

History

[edit]

Versions

[edit]
F#
version
Language specificationDatePlatformsRuntime
1.xMay 2005[14]Windows.NET 1.0 - 3.5
2.0August 2010April 2010[15]Linux,macOS,Windows.NET 2.0 - 4.0,Mono
3.0November 2012August 2012[16]Linux,macOS,Windows;
JavaScript,[8]GPU[9]
.NET 2.0 - 4.5,Mono
3.1November 2013October 2013[17]Linux,macOS,Windows;
JavaScript,[8]GPU[9]
.NET 2.0 - 4.5,Mono
4.0January 2016July 2015[18]
4.1May 2018March 2017[19]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET 3.5 - 4.6.2,.NET,Mono
4.5August 2018[20]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET 4.5 - 4.7.2,[21].NET Core SDK 2.1.400[22]
4.6March 2019[23]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET 4.5 - 4.7.2,[24].NET Core SDK 2.2.300[25]
4.7September 2019[26]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET 4.5 - 4.8,[27].NET Core SDK 3.0.100[28]
5.0November 2020[29]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET SDK 5.0.100[30]
6.0November 2021[31]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET SDK 6.0.100[32]
7.0November 2022[33]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET SDK 7.0.100[34]
8.0November 2023[35]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET SDK 8.0.100[36]
9.0November 2024[37]Linux,macOS,Windows,

JavaScript,[8]GPU[9]

.NET SDK 9.0.0[38]

Language evolution

[edit]

F# uses an open development and engineering process. The language evolution process is managed byDon Syme fromMicrosoft Research as thebenevolent dictator for life (BDFL) for the language design, together with the F# Software Foundation.Earlier versions of the F# language were designed byMicrosoft andMicrosoft Research using a closed development process.

F# was first included in Visual Studio in the2010 edition, at the same level asVisual Basic (.NET) and C# (albeit as an option), and remains in all later editions, thus making the language widely available and well-supported.

F# originates from Microsoft Research, Cambridge, UK. The language was originally designed and implemented byDon Syme,[5] according to whom in the fsharp team, they say the F is for "Fun".[39] Andrew Kennedy contributed to the design of units of measure.[5] The Visual F# Tools for Visual Studio are developed by Microsoft.[5] The F# Software Foundation developed the F# open-source compiler and tools, incorporating the open-source compiler implementation provided by the Microsoft Visual F# Tools team.[10]

Summary of versions
F#
version
Features added
1.0
  • Functional programming
  • Discriminated unions
  • Records
  • Tuples
  • Pattern matching
  • Type abbreviations
  • Object-oriented programming
  • Structs
  • Signature files
  • Scripting files
  • Imperative programming
  • Modules (no functors)
  • Nested modules
  • .NET interoperability
2.0
  • Active patterns
  • Units of measure
  • Sequence expressions
  • Asynchronous programming
  • Agent programming
  • Extension members
  • Named arguments
  • Optional arguments
  • Array slicing
  • Quotations
  • Native interoperability
  • Computation expressions
3.0[40]
  • Type providers
  • LINQ query expressions
  • CLIMutable attribute
  • Triple-quoted strings
  • Auto-properties
  • Provided units-of-measure
3.1[41]
  • Named union type fields
  • Extensions to array slicing
  • Type inference enhancements
4.0[42]
  • Printf on unitized values
  • Extension property initializers
  • Non-null provided types
  • Primary constructors as functions
  • Static parameters for provided methods
  • Printf interpolation
  • Extended #if grammar
  • Tailcall attribute
  • Multiple interface instantiations
  • Optional type args
  • Params dictionaries
4.1[43]
  • Struct tuples which inter-operate with C# tuples
  • Struct annotations for Records
  • Struct annotations for Single-case Discriminated Unions
  • Underscores in numeric literals
  • Caller info argument attributes
  • Result type and some basic Result functions
  • Mutually referential types and modules within the same file
  • Implicit "Module" syntax on modules with shared name as type
  • Byref returns, supporting consuming C# ref-returning methods
  • Error message improvements
  • Support for 'fixed'
4.5[29]
  • Versioning alignment of binary, package, and language
  • Support for 'Span<T>' and related types
  • Ability to produce 'byref' returns
  • The 'voidptr' type
  • The 'inref<'T>' and 'outref<'T>' types to represent readonly and write-only 'byref's
  • 'IsByRefLike' structs
  • 'IsReadOnly' structs
  • Extension method support for 'byref<'T>'/'inref<'T>'/'outref<'T>'
  • 'match!' keyword in computation expressions
  • Relaxed upcast with 'yield' in F# seq/list/array expressions
  • Relaxed indentation with list and array expressions
  • Enumeration cases emitted as public
4.6
  • Anonymous record types
4.7[44]
  • Implicit yields
  • No more required double underscore
  • Indentation relaxations for parameters passed to constructors and static methods
  • 'nameof' function
  • Open static classes
5.0[45]
  • FSharp.Core now targets netstandard2.0 only
  • Package references in F# scripts
  • Support for Jupyter, nteract, and VSCode Notebooks
  • String Interpolation
  • Support for nameof
  • Open Type declarations
  • Enhanced Slicing
  • F# quotations improvements
  • Applicative Computation Expressions
  • Improved stack traces in F# async and other computation expressions
  • Improved .NET interop
  • Improved Map and Set performance in FSharp.Core
  • Improved compiler performance
  • Improved compiler analysis for library authors
6.0[46]
  • Tasks
  • Simpler indexing
  • Augments to "active patterns"
  • Overloaded custom operations in computation expressions
  • “as” patterns
  • Indentation syntax revisions
  • More implicit conversions
  • More implicit upcast conversions
  • Implicit integer conversions
  • First-class support for .NET-style implicit conversions
  • Optional warnings for implicit conversions
  • Formatting for binary numbers
  • Discards on use bindings
  • InlineIfLambda optimizer directive
  • Resumable code
  • More collection functions
  • Map has Keys and Values
  • More intrinsics for NativePtr
  • More numeric types with unit annotations
  • Informational warnings for rarely used symbolic operators
7.0[47]
  • Static abstract members support in interfaces
  • Making working with SRTPs (statically resolved type parameters) easier
  • Required properties checking
  • Init scope and init-only properties
  • Reference assemblies support
  • F# self-contained deployments & Native AOT
  • Added support for N-d arrays up to rank 32.
  • Result module functions parity with Option.
  • Fixes in resumable state machines codegen for the tasks builds.
  • Better codegen for compiler-generated side-effect-free property getters
  • ARM64 platform-specific compiler and ARM64 target support in F# compiler. Dependency manager #r caching support
  • Parallel type-checking and project-checking support (experimental, can be enabled via VS setting, or by tooling authors)
  • Miscellaneous bugfixes and improvements.
8.0[48]
  • _.Property shorthand for (fun x -> x.Property)
  • Nested record field copy and update
  • while! (while bang) feature[49]
  • Extended string interpolation syntax
  • Use and compose string literals for printf and related functions
  • Arithmetic operators in literals
  • Type constraint intersection syntax
  • Extended fixed binding
  • Easier [<Extension>] method definition
  • Static members in interfaces
  • Static let in discriminated unions, records, structs, and types without primary constructors
  • try-with within seq{}, [], and [||] collection expressions
  • Recursive calls and yield! within exception handler
  • Tail call attribute
  • [<Struct>] unions can now have > 49 cases
  • Strict indentation rules
  • New diagnostics from the compiler
  • Switches for compiler parallelization
9.0[50]
  • Nullable reference types
  • Discriminated union .Is* properties
  • Partial active patterns can return bool instead of unit option
  • Prefer extension methods to intrinsic properties when arguments are provided
  • Empty-bodied computation expressions
  • Hash directives are allowed to take non-string arguments
  • Extended #help directive in fsi to show documentation in the REPL
  • Allow #nowarn to support the FS prefix on error codes to disable warnings
  • Warning about TailCall attribute on non-recursive functions or let-bound values
  • Enforce attribute targets
  • Updates to the standard library (FSharp.Core)
  • Developer productivity improvements
  • Performance improvements
  • Improvements in tooling

Language overview

[edit]

Functional programming

[edit]

F# is astrongly typed functional-first language with a large number of capabilities that are normally found only infunctional programming languages, while supporting object-oriented features available in C#. Together, these features allow F# programs to be written in a completely functional style and also allow functional and object-oriented styles to be mixed.

Examples of functional features are:

F# is an expression-based language usingeager evaluation and also in some instanceslazy evaluation. Every statement in F#, includingif expressions,try expressions and loops, is a composable expression with a static type.[53] Functions and expressions that do not return any value have a return type ofunit. F# uses thelet keyword for binding values to a name.[53] For example:

letx=3+4

binds the value7 to the namex.

New types are defined using thetype keyword. For functional programming, F# providestuple,record,discriminated union,list,option, andresult types.[53] Atuple represents a set ofn values, wheren ≥ 0. The valuen is called thearity of the tuple. A 3-tuple would be represented as(A, B, C), where A, B, and C are values of possibly different types. A tuple can be used to store values only when the number of values is known at design-time and stays constant during execution.

Arecord is a type where the data members are named. Here is an example of record definition:

typeR={Name:stringAge:int}

Records can be created asletr={Name="AB";Age=42}. Thewith keyword is used to create a copy of a record, as in{rwithName="CD"}, which creates a new record by copyingr and changing the value of theName field (assuming the record created in the last example was namedr).

Adiscriminated union type is atype-safe version ofC unions. For example,

typeA=|UnionCaseXofstring|UnionCaseYofint

Values of the union type can correspond to either union case. The types of the values carried by each union case is included in the definition of each case.

Thelist type is an immutablelinked list represented either using ahead::tail notation (:: is thecons operator) or a shorthand as[item1;item2;item3]. An empty list is written[]. Theoption type is a discriminated union type with choicesSome(x) orNone. F# types may begeneric, implemented as generic .NET types.

F# supportslambda functions andclosures.[53] All functions in F# are first class values and are immutable.[53] Functions can becurried. Being first-class values, functions can be passed as arguments to other functions. Like other functional programming languages, F# allowsfunction composition using the>> and<< operators.

F# providessequence expressions[54] that define a sequenceseq { ... }, list[ ... ] or array[| ... |] through code that generates values. For example,

seq{forbin0..25doifb<15thenyieldb*b}

forms a sequence of squares of numbers from 0 to 14 by filtering out numbers from the range of numbers from 0 to 25. Sequences aregenerators – values are generated on-demand (i.e., arelazily evaluated) – while lists and arrays are evaluated eagerly.

F# usespattern matching to bind values to names. Pattern matching is also used when accessing discriminated unions – the union is value matched against pattern rules and a rule is selected when a match succeeds. F# also supportsactive patterns as a form of extensible pattern matching.[55] It is used, for example, when multiple ways of matching on a type exist.[53]

F# supports a general syntax for defining compositional computations calledcomputation expressions. Sequence expressions, asynchronous computations and queries are particular kinds of computation expressions. Computation expressions are an implementation of themonad pattern.[54]

Imperative programming

[edit]

F# support for imperative programming includes

  • forloops
  • whileloops
  • arrays, created with the[| ... |] syntax
  • hash table, created with thedict [ ... ] syntax orSystem.Collections.Generic.Dictionary<_,_> type.

Values and record fields can also be labelled asmutable. For example:

// Define 'x' with initial value '1'letmutablex=1// Change the value of 'x' to '3'x<-3

Also, F# supports access to all CLI types and objects such as those defined in theSystem.Collections.Generic namespace defining imperative data structures.

Object-oriented programming

[edit]

Like otherCommon Language Infrastructure (CLI) languages, F# can use CLI types through object-oriented programming.[53] F# support for object-oriented programming in expressions includes:

  • Dot-notation, e.g.,x.Name
  • Object expressions, e.g.,{newobj()withmemberx.ToString()="hello"}
  • Object construction, e.g.,newForm()
  • Type tests, e.g.,x:?string
  • Type coercions, e.g.,x:?>string
  • Named arguments, e.g.,x.Method(someArgument=1)
  • Named setters, e.g.,newForm(Text="Hello")
  • Optional arguments, e.g.,x.Method(OptionalArgument=1)

Support for object-oriented programming in patterns includes

  • Type tests, e.g.,:?stringass
  • Active patterns, which can be defined over object types[55]

F# object type definitions can be class, struct, interface, enum, or delegate type definitions, corresponding to the definition forms found inC#. For example, here is a class with a constructor taking a name and age, and declaring two properties.

/// A simple object type definitiontypePerson(name:string,age:int)=memberx.Name=namememberx.Age=age

Asynchronous programming

[edit]

F# supportsasynchronous programming throughasynchronous workflows.[56] An asynchronous workflow is defined as a sequence of commands inside anasync{ ... }, as in

letasynctask=async{letreq=WebRequest.Create(url)let!response=req.GetResponseAsync()usestream=response.GetResponseStream()usestreamreader=newSystem.IO.StreamReader(stream)returnstreamreader.ReadToEnd()}

Thelet! indicates that the expression on the right (getting the response) should be done asynchronously but the flow should only continue when the result is available. In other words, from the point of view of the code block, it is as if getting the response is a blocking call, whereas from the point of view of the system, the thread will not be blocked and may be used to process other flows until the result needed for this one becomes available.

The async block may be invoked using theAsync.RunSynchronously function. Multiple async blocks can be executed in parallel using theAsync.Parallel function that takes a list ofasync objects (in the example,asynctask is an async object) and creates another async object to run the tasks in the lists in parallel. The resultant object is invoked usingAsync.RunSynchronously.[56]

Inversion of control in F# follows this pattern.[56]

Since version 6.0, F# supports creating, consuming and returning .NET tasks directly.[57]

openSystem.Net.HttpletfetchUrlAsync(url:string)=// string -> Task<string>task{useclient=newHttpClient()let!response=client.GetAsync(url)let!content=response.Content.ReadAsStringAsync()do!Task.Delay500returncontent}// UsageletfetchPrint()=lettask=task{let!data=fetchUrlAsync"https://example.com"printfn$"{data}"}task.Wait()

Parallel programming

[edit]

Parallel programming is supported partly through theAsync.Parallel,Async.Start and other operations that run asynchronous blocks in parallel.

Parallel programming is also supported through theArray.Parallel functional programming operators in the F# standard library, direct use of theSystem.Threading.Tasks task programming model, the direct use of .NET thread pool and .NET threads and through dynamic translation of F# code to alternative parallel execution engines such asGPU[9] code.

Units of measure

[edit]

The F# type system supportsunits of measure checking for numbers:[58] units of measure, such as meters or kilograms, can be assigned to floating point, unsigned integer[59] and signed integer values. This allows the compiler to check that arithmetic involving these values is dimensionally consistent, helping to prevent common programming mistakes by ensuring that, for instance, lengths are not mistakenly added to times.

The units of measure feature integrates with F# type inference to require minimal type annotations in user code.[60]


[<Measure>]typem// meter[<Measure>]types// secondletdistance=100.0<m>// float<m>lettime=5.0<s>// float<s>letspeed=distance/time// float<m/s>[<Measure>]typekg// kilogram[<Measure>]typeN=(kg*m)/(s^2)// Newtons[<Measure>]typePa=N/(m^2)// Pascals[<Measure>]typedaysletbetter_age=3u<days>// uint<days>

The F# static type checker provides this functionality at compile time, but units are erased from the compiled code. Consequently, it is not possible to determine a value's unit at runtime.

Metaprogramming

[edit]

F# allows some forms of syntax customizing viametaprogramming to support embedding customdomain-specific languages within the F# language, particularly through computation expressions.[53]

F# includes a feature for run-time meta-programming called quotations.[61] A quotation expression evaluates to an abstract syntax tree representation of the F# expressions. Similarly, definitions labelled with the[<ReflectedDefinition>] attribute can also be accessed in their quotation form. F# quotations are used for various purposes including to compile F# code intoJavaScript[8] andGPU[9] code. Quotations represent their F# code expressions as data for use by other parts of the program while requiring it to be syntactically correct F# code.

Information-rich programming

[edit]

F# 3.0 introduced a form of compile-time meta-programming through statically extensible type generation called F# type providers.[62] F# type providers allow the F# compiler and tools to be extended with components that provide type information to the compiler on-demand at compile time. F# type providers have been used to give strongly typed access to connected information sources in a scalable way, including to theFreebase knowledge graph.[63]

In F# 3.0 the F# quotation and computation expression features are combined to implementLINQ queries.[64] For example:

// Use the OData type provider to create types that can be used to access the Northwind database.openMicrosoft.FSharp.Data.TypeProviderstypeNorthwind=ODataService<"http://services.odata.org/Northwind/Northwind.svc">letdb=Northwind.GetDataContext()// A query expression.letquery1=query{forcustomerindb.Customersdoselectcustomer}

The combination of type providers, queries and strongly typed functional programming is known asinformation rich programming.[65]

Agent programming

[edit]

F# supports a variation of theactor programming model through the in-memory implementation of lightweight asynchronous agents. For example, the following code defines an agent and posts 2 messages:

typeMessage=|Enqueueofstring|DequeueofAsyncReplyChannel<Option<string>>// Provides concurrent access to a list of stringsletlistManager=MailboxProcessor.Start(funinbox->letrecmessageLooplist=async{let!msg=inbox.Receive()matchmsgwith|Enqueueitem->return!messageLoop(item::list)|DequeuereplyChannel->matchlistwith|[]->replyChannel.ReplyNonereturn!messageLooplist|head::tail->replyChannel.Reply(Somehead)return!messageLooptail}// Start the loop with an empty listmessageLoop[])// Usageasync{// Enqueue some stringslistManager.Post(Enqueue"Hello")listManager.Post(Enqueue"World")// Dequeue and process the stringslet!str=listManager.PostAndAsyncReply(Dequeue)str|>Option.iter(printfn"Dequeued: %s")}|>Async.Start

Development tools

[edit]
  • Visual Studio, with the Visual F# tools fromMicrosoft installed, can be used to create, run and debug F# projects. The Visual F# tools include a Visual Studio-hostedread–eval–print loop (REPL) interactive console that can execute F# code as it is written. Visual Studio for Mac also fully supports F# projects.
  • Visual Studio Code contains full support for F# via theIonide extension.
  • F# can be developed with any text editor. Specific support exists in editors such asEmacs.
  • JetBrains Rider is optimized for the development of F# Code starting with release 2019.1.[66]
  • LINQPad has supported F# since version 2.x.[whose?]

Comparison of integrated development environments

[edit]
This section is an excerpt fromComparison of integrated development environments § F#.[edit]
IDELicenseWindowsLinuxmacOSDeveloper
Microsoft Visual StudioProprietary (standard)
Freeware (community edition)
YesNoYesMicrosoft
Visual Studio Code[67]Proprietary (binary code)
MIT License (source code)
YesYesYesMicrosoft
Rider[68]ProprietaryYesYesYesJetBrains

Application areas

[edit]

F# is ageneral-purpose programming language.

Web programming

[edit]

TheSAFE Stack is an end-to-end F# stack to develop web applications. It usesASP.NET Core on the server side andFable on the client side.[69]

Alternative end-to-end F# options include theWebSharper framework and the Oxpecker framework.[70]

Cross-platform app development

[edit]

F# can be used together with theVisual Studio Tools for Xamarin to develop apps foriOS andAndroid. TheFabulous library provides a more comfortable functional interface.

Analytical programming

[edit]

Among others, F# is used for quantitative finance programming,[71] energy trading and portfolio optimization,[72] machine learning,[73] business intelligence[74] and social gaming onFacebook.[75]

In the 2010s, F# has been positioned as an optimized alternative toC#. F#'s scripting ability and inter-language compatibility with all Microsoft products have made it popular among developers.[76]

Scripting

[edit]

F# can be used as a scripting language, mainly for desktopread–eval–print loop (REPL) scripting.[77]

Open-source community

[edit]

The F#open-source community includes the F# Software Foundation[10] and the F# Open Source Group atGitHub.[11] Popular open-source F# projects include:

  • Fable, an F# to Javascript transpiler based onBabel.
  • Paket, an alternative package manager for .NET that can still useNuGet repositories, but has centralised version-management.
  • FAKE, an F# friendly build-system.
  • Giraffe, a functionally oriented middleware forASP.NET Core.
  • Suave, a lightweight web-server and web-development library.

Compatibility

[edit]

F# features a legacy "ML compatibility mode" that can directly compile programs written in a large subset of OCaml roughly, with no functors, objects, polymorphic variants, or other additions.

Examples

[edit]

A few small samples follow:

// This is a comment for a sample hello world program.printfn"Hello World!"

A record type definition. Records are immutable by default and are compared by structural equality.

typePerson={FirstName:stringLastName:stringAge:int}// Creating an instance of the recordletperson={FirstName="John";LastName="Doe";Age=30}


A Person class with a constructor taking a name and age and two immutable properties.

/// This is a documentation comment for a type definition.typePerson(name:string,age:int)=memberx.Name=namememberx.Age=age/// class instantiationletmrSmith=Person("Smith",42)

A simple example that is often used to demonstrate the syntax of functional languages is thefactorial function for non-negative 32-bit integers, here shown in F#:

/// Using pattern matching expressionletrecfactorialn=matchnwith|0->1|_->n*factorial(n-1)/// For a single-argument functions there is syntactic sugar (pattern matching function):letrecfactorial=function|0->1|n->n*factorial(n-1)/// Using fold and range operatorletfactorialn=[1..n]|>Seq.fold(*)1

Iteration examples:

/// Iteration using a 'for' loopletprintListlst=forxinlstdoprintfn$"{x}"/// Iteration using a higher-order functionletprintList2lst=List.iter(printfn"%d")lst/// Iteration using a recursive function and pattern matchingletrecprintList3lst=matchlstwith|[]->()|h::t->printfn"%d"hprintList3t

Fibonacci examples:

/// Fibonacci Number formula[<TailCall>]letfibn=letrecgnf0f1=matchnwith|0->f0|1->f1|_->g(n-1)f1(f0+f1)gn01/// Another approach - a lazy infinite sequence of Fibonacci numbersletfibSeq=Seq.unfold(fun(a,b)->Some(a+b,(b,a+b)))(0,1)// Print even fibs[1..10]|>List.mapfib|>List.filter(funn->(n%2)=0)|>printList// Same thing, using a list expression[foriin1..10doletr=fibiifr%2=0thenyieldr]|>printList

A sample Windows Forms program:

// Open the Windows Forms libraryopenSystem.Windows.Forms// Create a window and set a few propertiesletform=newForm(Visible=true,TopMost=true,Text="Welcome to F#")// Create a label to show some text in the formletlabel=letx=3+(4*5)newLabel(Text=$"{x}")// Add the label to the formform.Controls.Add(label)// Finally, run the form[<System.STAThread>]Application.Run(form)

Asynchronous parallel programming sample (parallel CPU and I/O tasks):

/// A simple prime number detectorletisPrime(n:int)=letbound=int(sqrt(floatn))seq{2..bound}|>Seq.forall(funx->n%x<>0)// We are using async workflowsletprimeAsyncn=async{return(n,isPrimen)}/// Return primes between m and n using multiple threadsletprimesmn=seq{m..n}|>Seq.mapprimeAsync|>Async.Parallel|>Async.RunSynchronously|>Array.filtersnd|>Array.mapfst// Run a testprimes10000001002000|>Array.iter(printfn"%d")

See also

[edit]

Notes

[edit]
  1. ^https://github.com/dotnet/fsharp/releases/tag/v12.9.100-beta.24522.2.{{cite web}}:Missing or empty|title= (help)
  2. ^"F# Software Foundation's License".GitHub. 14 October 2021.
  3. ^"Microsoft's F# License".GitHub. 16 October 2021.
  4. ^abSyme, Granicz & Cisternino (2007:2)
  5. ^abcde"F# Historical Acknowledgements".Microsoft.
  6. ^abSyme, Don (2006)."Leveraging .NET Meta-programming Components from F#".[F#] is rooted in the Core ML design, and in particular has a core language largely compatible with that of OCaml
  7. ^for async
  8. ^abcdefghijklmThe F# Software Foundation."Using F# for Web Applications". Retrieved2020-07-30.
  9. ^abcdefghijklmnThe F# Software Foundation."Using F# for GPU Programming". Archived fromthe original on 2019-12-25. Retrieved2019-12-25.
  10. ^abcThe F# Software Foundation."The F# Software Foundation". Retrieved2012-11-24.
  11. ^abThe F# Software Foundation."F# Compiler (open source edition) @ github". Archived fromthe original on 2013-05-17. Retrieved2012-11-24.
  12. ^"Develop with Visual F# in Visual Studio". Retrieved2020-07-30.
  13. ^"F#". Retrieved2020-07-30.
  14. ^Syme, Don."F# 1.0.8 released". Microsoft. RetrievedSeptember 7, 2014.
  15. ^Syme, Don."F# 2.0 released as part of Visual Studio 2010". Microsoft. RetrievedSeptember 7, 2014.
  16. ^Zander, Jason."Visual Studio 2012 and .NET Framework 4.5 released to the web". Microsoft. RetrievedSeptember 7, 2014.
  17. ^"Visual Studio 2013 released to web". Microsoft. 17 October 2013. RetrievedSeptember 7, 2014.
  18. ^"Announcing the RTM of Visual F# 4.0". Microsoft. RetrievedSeptember 15, 2015.
  19. ^"Announcing F# 4.1 and the Visual F# Tools for Visual Studio 2017". Retrieved2017-03-08.
  20. ^"Announcing F# 4.5". Microsoft. 14 August 2018. RetrievedAugust 14, 2018.
  21. ^"FSharp.Core 4.5.0".
  22. ^"Download .NET Core 2.1 (Linux, macOS, and Windows)". Microsoft. RetrievedMay 13, 2021.
  23. ^"Announcing F# 4.6". Microsoft. 29 March 2019. RetrievedMarch 29, 2019.
  24. ^"FSharp.Core 4.6.0".
  25. ^"Download .NET Core 2.2 (Linux, macOS, and Windows)". Microsoft. RetrievedMay 13, 2021.
  26. ^"Announcing F# 4.7". Microsoft. 23 September 2019. RetrievedSeptember 23, 2019.
  27. ^"FSharp.Core 4.7.0".
  28. ^"Download .NET Core 3.0 (Linux, macOS, and Windows)". Microsoft. RetrievedMay 13, 2021.
  29. ^ab"Announcing F# 5". November 10, 2020.
  30. ^"Download .NET 5.0 (Linux, macOS, and Windows)". Microsoft. RetrievedMay 13, 2021.
  31. ^"F# 6 is officially here!". November 9, 2021.
  32. ^"Download .NET 6.0 (Linux, macOS, and Windows)". Microsoft. RetrievedNovember 14, 2021.
  33. ^"Announcing F# 7". November 8, 2022.
  34. ^"Download .NET 7.0 (Linux, macOS, and Windows)". Microsoft. RetrievedNovember 8, 2022.
  35. ^"Announcing F# 8". November 14, 2023.
  36. ^"Download .NET 8.0 (Linux, macOS, and Windows)". Microsoft. RetrievedNovember 14, 2023.
  37. ^"What's new in F# 9". November 12, 2024.
  38. ^"Download .NET 9.0 (Linux, macOS, and Windows)". Microsoft. RetrievedJanuary 13, 2025.
  39. ^Edwards, Kathryn (23 December 2008)."The A-Z of programming languages: F#".Network World. IDG. Archived fromthe original on 13 November 2018. Retrieved8 August 2016.
  40. ^McNamara, Brian."More About F# 3.0 Language Features". Microsoft. RetrievedSeptember 7, 2014.
  41. ^McNamara, Brian."Announcing a pre-release of F# 3.1". Microsoft. RetrievedSeptember 7, 2014.
  42. ^"Announcing the RTM of Visual F# 4.0". Retrieved2017-03-08.
  43. ^"Announcing F# 4.1 and the Visual F# Tools for Visual Studio 2017". Retrieved2017-03-08.
  44. ^"Announcing F# 4.7". 23 September 2019.
  45. ^"Announcing F# 5". 10 November 2020.
  46. ^"What's new in F# 6 - F# Guide". 10 March 2023.
  47. ^"Announcing F# 7". 8 November 2022.
  48. ^"Announcing F# 8". 14 November 2023.
  49. ^"Simplifying F# computations with the new 'while!' keyword'". 20 September 2023.
  50. ^"What's new in F# 9". 12 November 2024.
  51. ^"F Sharp Programming/Computation Expressions - Wikibooks, open books for an open world".en.wikibooks.org. Retrieved2022-01-21.
  52. ^kexugit (8 July 2011)."Tail calls in F#".docs.microsoft.com. Retrieved2022-04-22.
  53. ^abcdefgh"F# Language Overview"(PDF). Retrieved2007-12-14.
  54. ^ab"Some Details on F# Computation Expressions". Retrieved2007-12-14.
  55. ^ab"Pattern Matching in F# Part 2 : Active Patterns". Archived fromthe original on 2012-12-09. Retrieved2012-11-24.
  56. ^abc"Introducing F# Asynchronous Workflows". Retrieved2007-12-14.
  57. ^"Task Expressions". 19 April 2022. Retrieved2023-01-15.
  58. ^"Units of Measure (F#)". Retrieved2012-11-24.
  59. ^"Extend Units of Measure to Include More Numeric Types".GitHub.
  60. ^"Units of Measure in F#: Part One, Introducing Units". Retrieved2012-11-24.
  61. ^"Code Quotations (F#)". Retrieved2012-11-24.
  62. ^"Type Providers". Retrieved2012-11-24.
  63. ^"New Tech Report from Microsoft Research: Strongly-Typed Language Support for Internet-Scale Information Sources". Retrieved2012-11-24.
  64. ^"Query Expressions (F#)". Retrieved2012-11-24.
  65. ^"F# 3.0 – LINQ + Type Providers= Information Rich Programming". Retrieved2012-11-24.
  66. ^Alexander Kurakin (15 March 2019)."Rider 2019.1 Kicks off its Early Access Program!".
  67. ^"Use F# on Windows".F# Software Foundation. Retrieved2018-08-07.
  68. ^"Features – Rider".JetBrains. Retrieved2018-08-07.
  69. ^"Fable: JavaScript you can be proud of!".fable.io. Retrieved2017-12-09.
  70. ^Intellifactory."WebSharper home". Retrieved2012-11-24.
  71. ^"Microsoft Case Studies:Microsoft Visual Studio 2012 - Financial Services Firm".Microsoft. Retrieved2012-11-25.
  72. ^"F# for Energy Trading and Portfolio Optimization". Retrieved2012-11-25.
  73. ^"Microsoft Case Study: Grange Insurance".Microsoft. Retrieved2012-11-25.
  74. ^Trelford, Phil (2007)."Learning with F#".Proceedings of the 4th ACM SIGPLAN workshop on Commercial users of functional programming - CUFP '07. pp. 1–2.doi:10.1145/1362702.1362709.ISBN 9781450378444.S2CID 24018363. Retrieved2012-11-25.
  75. ^"F# Job in Facebook Social Gaming". Retrieved2012-11-25.
  76. ^"F# Developer Testimonials". RetrievedMay 25, 2021.
  77. ^"Scripting in F#". 12 September 2008. Retrieved2020-01-17.

References

[edit]

External links

[edit]
Wikibooks has a book on the topic of:F Sharp Programming
ML programming
Software
Implementations,
dialects
Caml
Standard ML
Dependent ML
Programming tools
Theorem provers,
proof assistants
Community
Designers
  • Lennart Augustsson (Lazy ML)
  • Damien Doligez (OCaml)
  • Gérard Huet (Caml)
  • Xavier Leroy (Caml, OCaml)
  • Robin Milner (ML)
  • Don Sannella (Extended ML)
  • Don Syme (F#)
  • Implementations
    Architecture
    Components
    Tools
    Decompilers
    Obfuscators
    IDEs
    Organizations
    Architecture
    Components
    Implementations
    Microsoft
    Other
    Languages
    Major
    Other
    Comparison
    Overview
    Software
    Applications
    Video games
    Programming
    languages
    Frameworks,
    development tools
    Operating systems
    Other
    Licenses
    Forges
    Related
    Main
    projects
    Languages, compilers
    Distributedgrid computing
    Internet,networking
    Other projects
    Operating systems
    APIs
    Launched as products
    MSR Labs
    applied
    research
    Live Labs
    Current
    Discontinued
    FUSE Labs
    Other labs
    Retrieved from "https://en.wikipedia.org/w/index.php?title=F_Sharp_(programming_language)&oldid=1318765479"
    Categories:
    Hidden categories:

    [8]ページ先頭

    ©2009-2025 Movatter.jp