aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-05-10 10:46:38 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-05-10 10:46:38 +0000
commitbd50b1948a6730197fbb51680c13ca7f23a2891c (patch)
tree8467cd8f81995994e8389ce65f2f096cbb023ca9 /lang/Makefile
parentebd8a0f8fa40a03b8c74f990b72aaf87a52d986f (diff)
downloadports-bd50b1948a6730197fbb51680c13ca7f23a2891c.tar.gz
ports-bd50b1948a6730197fbb51680c13ca7f23a2891c.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)
Notes
Notes: svn path=/head/; revision=233574
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
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