diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:11:02 +0000 |
commit | f844f89eae41ff16153dc2b25c0706c6dffbd205 (patch) | |
tree | 5c623b2396dd5d45381df003d7c24921239c9eaa /lang/cli | |
parent | 33c7fcfd70a00aa38fba01e087d4a6c3285ae5fb (diff) | |
download | ports-f844f89eae41ff16153dc2b25c0706c6dffbd205.tar.gz ports-f844f89eae41ff16153dc2b25c0706c6dffbd205.zip |
Notes
Diffstat (limited to 'lang/cli')
-rw-r--r-- | lang/cli/pkg-descr | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/lang/cli/pkg-descr b/lang/cli/pkg-descr index d458a58a8328..18b848fc0367 100644 --- a/lang/cli/pkg-descr +++ b/lang/cli/pkg-descr @@ -1,18 +1,15 @@ -The Common Language Infrastructure (CLI) is the ECMA standard that describes -the core of the .NET Framework world. The Shared Source CLI is a a working -implementation of the ECMA CLI and the ECMA C# language specification. - -This implementation is released under a shared source initiative. Please see -the accompanying license. - -The Shared Source CLI goes beyond the printed specification of the ECMA -standards, providing a working implementation for CLI developers to explore -and understand. It will be of interest to academics and researchers wishing to -teach and explore modern programming language concepts, and to .NET developers -interested in how the technology works. + The Common Language Infrastructure (CLI) is the ECMA standard that +describes the core of the .NET Framework world. The Shared Source CLI is a a +working implementation of the ECMA CLI and the ECMA C# language specification. + This implementation is released under a shared source initiative. Please +see the accompanying license. + The Shared Source CLI goes beyond the printed specification of the ECMA +standards, providing a working implementation for CLI developers to explore and +understand. It will be of interest to academics and researchers wishing to teach +and explore modern programming language concepts, and to .NET developers +interested in how the technology works. Features: - o An implementation of the runtime for the Common Language Infrastructure (ECMA-335); o Compilers that work with the Shared Source CLI for C# (ECMA-334) and JScript; @@ -24,5 +21,4 @@ o The Platform Adaptation Layer (PAL) used to port the Shared Source CLI from o Build environment tools (nmake, build, and others); o Documentation for the implementation; o Test suites used to verify the implementation. - WWW: http://msdn.microsoft.com/net/sscli/ |