diff options
author | pgj <pgj@FreeBSD.org> | 2009-05-10 18:46:38 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-05-10 18:46:38 +0800 |
commit | 2143e1d92cebf401ea4bfe885cd7a15828a896dc (patch) | |
tree | d1771afe29f1772c4e12b5154c24f6ebefa0a982 /lang/Makefile | |
parent | 16362efb7d13a2ea20ff1e866c66d1f75c1dccd0 (diff) | |
download | freebsd-ports-gnome-2143e1d92cebf401ea4bfe885cd7a15828a896dc.tar.gz freebsd-ports-gnome-2143e1d92cebf401ea4bfe885cd7a15828a896dc.tar.zst freebsd-ports-gnome-2143e1d92cebf401ea4bfe885cd7a15828a896dc.zip |
F# developed as a research programming language to provide the much
sought-after combination of type safety, succinctness, performance,
expressivity and scripting, with all the advantages of running on a
high-quality, well-supported modern runtime system. This combination
has been so successful that the language is now being transitioned
towards a fully supported language on the .NET platform.
F# was developed as a pragmatically-oriented variant of ML that shares a
core language with OCaml. Unlike other scripting languages it executes
at or near the speed of C# and C++, making use of the performance that
comes through strong typing. Unlike many type-inferred,
statically-typed languages it also supports many dynamic language
techniques, such as property discovery and reflection where needed. F#
includes extensions for working across languages and for object-oriented
programming, and it works seamlessly with other .NET programming
languages and tools.
WWW: http://research.microsoft.com/fsharp/fsharp.aspx
Approved by: gabor (mentor)
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 66b8347ed0a4..59006eed0ef6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -77,6 +77,7 @@ SUBDIR += fpc-units SUBDIR += fpc-utils SUBDIR += freetxl + SUBDIR += fsharp SUBDIR += g95 SUBDIR += gambas SUBDIR += gambas2 |