Difference between revisions of "Current D Use"
(→Organizations) |
|||
Line 4: | Line 4: | ||
* [https://www.facebook.com/facebook/info Facebook] - See [http://forum.dlang.org/post/l37h5s$2gd8$1@digitalmars.com announcement] in the forums. | * [https://www.facebook.com/facebook/info Facebook] - See [http://forum.dlang.org/post/l37h5s$2gd8$1@digitalmars.com announcement] in the forums. | ||
+ | * [https://www.putao.com/ putao.cmo] - From China's largest children's science and technology company. Large scale use of D programing language(of Distributed systems and cloud storage). | ||
* [http://weka.io/ weka.io] - Storage startup (stealth mode) - Talk [http://dconf.org/2015/talks/zvibel.html here] | * [http://weka.io/ weka.io] - Storage startup (stealth mode) - Talk [http://dconf.org/2015/talks/zvibel.html here] | ||
* [https://www.sociomantic.com/ Sociomantic] - real-time bidding for eCommerce. [http://dconf.org/talks/clugston.html DConf 2013 talk]. Historically based on D1 / Tango but from their public comments code is being migrated to D2. [http://dconf.org/2015/talks/strasuns.html Talk] | * [https://www.sociomantic.com/ Sociomantic] - real-time bidding for eCommerce. [http://dconf.org/talks/clugston.html DConf 2013 talk]. Historically based on D1 / Tango but from their public comments code is being migrated to D2. [http://dconf.org/2015/talks/strasuns.html Talk] | ||
Line 10: | Line 11: | ||
* [http://www.economicmodeling.com/ EMSI] - economic modeling. [http://dconf.org/2014/talks/crapuchettes.html Talk] [http://forum.dlang.org/post/kpnb4n$24t0$1@digitalmars.com Discussion]. [https://github.com/economicmodeling Github] | * [http://www.economicmodeling.com/ EMSI] - economic modeling. [http://dconf.org/2014/talks/crapuchettes.html Talk] [http://forum.dlang.org/post/kpnb4n$24t0$1@digitalmars.com Discussion]. [https://github.com/economicmodeling Github] | ||
* [http://www.randomstorm.com/ RandomStorm] - network security products and services. Uses D2 / Phobos. | * [http://www.randomstorm.com/ RandomStorm] - network security products and services. Uses D2 / Phobos. | ||
− | * [http://2night.it 2night.it] - italian website about nightlife. Uses D2/phobos for webservice (ios/android app) and for | + | * [http://2night.it 2night.it] - italian website about nightlife. Uses D2/phobos for webservice (ios/android app) and for language parsing. |
* [http://www.srlabs.it SR Labs] - Eye Tracking Systems Integrator | * [http://www.srlabs.it SR Labs] - Eye Tracking Systems Integrator | ||
* [http://www.funatics.de/en Funatics Software GmbH] - MMO Game Developer (See [http://forum.dlang.org/post/kghpblrtxuzzgpnzasxc@forum.dlang.org Newsgroup announcement]). | * [http://www.funatics.de/en Funatics Software GmbH] - MMO Game Developer (See [http://forum.dlang.org/post/kghpblrtxuzzgpnzasxc@forum.dlang.org Newsgroup announcement]). |
Revision as of 02:52, 16 March 2016
Organizations and notable projects using D:
Contents
Organizations
- Facebook - See announcement in the forums.
- putao.cmo - From China's largest children's science and technology company. Large scale use of D programing language(of Distributed systems and cloud storage).
- weka.io - Storage startup (stealth mode) - Talk here
- Sociomantic - real-time bidding for eCommerce. DConf 2013 talk. Historically based on D1 / Tango but from their public comments code is being migrated to D2. Talk
- Remedy Games - game development. DConf 2013 talk.
- Funkwerk Aktiengesellschaft - passenger information systems. DConf 2013 talk. Uses D2 / Phobos.
- EMSI - economic modeling. Talk Discussion. Github
- RandomStorm - network security products and services. Uses D2 / Phobos.
- 2night.it - italian website about nightlife. Uses D2/phobos for webservice (ios/android app) and for language parsing.
- SR Labs - Eye Tracking Systems Integrator
- Funatics Software GmbH - MMO Game Developer (See Newsgroup announcement).
- Infognition - mostly video processing technologies and products. Uses D2, Phobos and DFL. (have a post Why D?)
- Auburn Sounds - audio plugins. (announce)
- Social Magnetics - Distributed Storage, Processing & Messaging PaaS (stealth mode)
- Large Hedge Fund D is a core part of the production trading system - receiving market data, electronic trading, processing large text files
- Adroll: big data marketing
Notable projects
Video games
- ABA Games (2004-2005). Written in D 0.x, includes source code.
- Mayhem Intergalactic - the first commercial video game written in D (2007). Newsgroup announcement.
- STACK4 (2013-2014). Gameserver Backend written in D 2. See Newsgroup announcement.
Other
- Xomb - an exokernel operating system written in D.
- GInMA - a 2D and 3D dynamic geometry system (DGS) written in D1 (2010).
Publications
Programming languages
- Verifiable Functional Purity in Java (2008). Praises D's approach to purity.