diff options
author | bapt <bapt@FreeBSD.org> | 2010-11-29 18:27:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-11-29 18:27:24 +0800 |
commit | 63d09afb2ca89d2c92553579f349bbf88280b0d4 (patch) | |
tree | dbaabe2aa927792e4fdd6be2e8efe1d3cb61c1a1 /lang/dmd/pkg-descr | |
parent | dbc75ae3cd519721831ad7b7c3afb403062dbe32 (diff) | |
download | freebsd-ports-graphics-63d09afb2ca89d2c92553579f349bbf88280b0d4.tar.gz freebsd-ports-graphics-63d09afb2ca89d2c92553579f349bbf88280b0d4.tar.zst freebsd-ports-graphics-63d09afb2ca89d2c92553579f349bbf88280b0d4.zip |
Add dmd 1.065, official compiler for the D 1.0 programming language.
PR: ports/152282
Submitted by: Ruben <chromium at hybridsource.org>
Diffstat (limited to 'lang/dmd/pkg-descr')
-rw-r--r-- | lang/dmd/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/dmd/pkg-descr b/lang/dmd/pkg-descr new file mode 100644 index 00000000000..b51870806c7 --- /dev/null +++ b/lang/dmd/pkg-descr @@ -0,0 +1,15 @@ +D is a systems programming language. Its focus is on combining the power and +high performance of C and C++ with the programmer productivity of modern +languages like Ruby and Python. Special attention is given to the needs of +quality assurance, documentation, management, portability and reliability. + +The D language is statically typed and compiles directly to machine code. It's +multiparadigm, supporting many programming styles: imperative, object oriented, +and metaprogramming. It's a member of the C syntax family, and its appearance +is very similar to that of C++. + +It is not governed by a corporate agenda or any overarching theory of +programming. The needs and contributions of the D programming community form +the direction it goes. + +WWW: http://digitalmars.com/d/1.0/ |