Difference between revisions of "Current D Use"
(Created) |
(Added various) |
||
Line 1: | Line 1: | ||
Organizations and notable projects using D: | Organizations and notable projects using D: | ||
+ | |||
+ | == Organizations == | ||
* [https://www.sociomantic.com/ Sociomantic] - real-time bidding for eCommerce. [http://dconf.org/talks/clugston.html DConf 2013 talk]. Uses D1 / Tango. | * [https://www.sociomantic.com/ Sociomantic] - real-time bidding for eCommerce. [http://dconf.org/talks/clugston.html DConf 2013 talk]. Uses D1 / Tango. | ||
* [http://remedygames.com/ Remedy Games] - game development. [http://dconf.org/talks/evans_1.html DConf 2013 talk]. | * [http://remedygames.com/ Remedy Games] - game development. [http://dconf.org/talks/evans_1.html DConf 2013 talk]. | ||
+ | |||
+ | == Notable projects == | ||
+ | |||
+ | === Video games === | ||
+ | |||
+ | * [http://www.asahi-net.or.jp/~cs8k-cyu/games/index.html#windows ABA Games] (2004-2005). Written in D 0.x. | ||
+ | * [http://www.inventivedingo.com/mayhemig Mayhem Intergalactic] - the first commercial video game written in D (2007). [http://forum.dlang.org/post/fjakft$cv4$1@digitalmars.com Newsgroup announcement]. | ||
+ | |||
+ | === Other == | ||
+ | |||
+ | * [http://www.xomb.org Xomb] - an exokernel operating system written in D. | ||
+ | |||
+ | == Publications == | ||
+ | |||
+ | === Programming languages === | ||
+ | |||
+ | * [http://www.cs.berkeley.edu/~daw/papers/pure-ccs08.pdf Verifiable Functional Purity in Java] (2008). Praises D's approach to purity. | ||
+ | |||
+ | === Other === | ||
+ | |||
+ | * [http://dl.acm.org/citation.cfm?doid=1377980.1377993 Rigid shape interpolation using normal equations] (2008). [http://forum.dlang.org/post/mailman.174.1221513302.19733.digitalmars-d-announce@puremagic.com Discussion]. |
Revision as of 05:40, 16 June 2013
Organizations and notable projects using D:
Contents
Organizations
- Sociomantic - real-time bidding for eCommerce. DConf 2013 talk. Uses D1 / Tango.
- Remedy Games - game development. DConf 2013 talk.
Notable projects
Video games
- ABA Games (2004-2005). Written in D 0.x.
- Mayhem Intergalactic - the first commercial video game written in D (2007). Newsgroup announcement.
= Other
- Xomb - an exokernel operating system written in D.
Publications
Programming languages
- Verifiable Functional Purity in Java (2008). Praises D's approach to purity.