From Fedora Project Wiki
Immanetize (talk | contribs) (clearing for F18) |
Immanetize (talk | contribs) (content from https://fedoraproject.org/wiki/Features/F18_D_programming) |
||
Line 1: | Line 1: | ||
{{header|docs}} | {{header|docs}} | ||
{{Docs_beat_open}} | {{Docs_beat_open}} | ||
The D programming language is available in Fedora 18. D is a modern language with high performance near C/C++ with a simple syntax. C/C++ and Java developers can easily migrate to D. Fedora 18 provides more updates to the D toolkit: | |||
* ldc compiler to latest stable compiler | |||
* build against llvm 3.1 | |||
* update standard library to dmd front-end 2.060 | |||
* update gtkd package to support gtk3 | |||
* update derelict package to version 3 | |||
* add DSQLITE package for use sqlite in D | |||
* add gl3n package for OpenGL Maths for D | |||
* add glamour package an OpenGL wrapper for the D programming language. | |||
[[Category:Docs Project]] | [[Category:Docs Project]] | ||
[[Category:Draft documentation]] | [[Category:Draft documentation]] | ||
[[Category:Documentation beats]] | [[Category:Documentation beats]] |
Revision as of 22:16, 22 October 2012
The D programming language is available in Fedora 18. D is a modern language with high performance near C/C++ with a simple syntax. C/C++ and Java developers can easily migrate to D. Fedora 18 provides more updates to the D toolkit:
- ldc compiler to latest stable compiler
- build against llvm 3.1
- update standard library to dmd front-end 2.060
- update gtkd package to support gtk3
- update derelict package to version 3
- add DSQLITE package for use sqlite in D
- add gl3n package for OpenGL Maths for D
- add glamour package an OpenGL wrapper for the D programming language.