Jump to page: 1 27  
Page
Thread overview
Facebook is using D in production starting today
Oct 11, 2013
Matt Soucy
Oct 11, 2013
Adam D. Ruppe
Oct 11, 2013
Joseph Cassman
Oct 11, 2013
Nick Sabalausky
Oct 11, 2013
Walter Bright
Oct 11, 2013
Paolo Invernizzi
Oct 11, 2013
Walter Bright
Oct 12, 2013
Todor
Oct 11, 2013
Elvis Zhou
Oct 11, 2013
Jesse Phillips
Oct 11, 2013
simendsjo
Oct 11, 2013
Adam Wilson
Oct 11, 2013
Dmitry Olshansky
Oct 11, 2013
Jacob Carlborg
Oct 11, 2013
PauloPinto
Oct 11, 2013
simendsjo
Oct 11, 2013
Max Samukha
Oct 11, 2013
Adam D. Ruppe
Oct 11, 2013
Max Samukha
Oct 11, 2013
Jonathan M Davis
Oct 11, 2013
Elvis Zhou
Oct 11, 2013
Manu
Oct 11, 2013
Dicebot
Oct 11, 2013
Gary Willoughby
Oct 11, 2013
Maxim Fomin
Oct 11, 2013
Jack Denny
Oct 11, 2013
Masahiro Nakagawa
Oct 11, 2013
Szymon Gatner
Oct 11, 2013
Simen Kjaeraas
Oct 11, 2013
Nick Sabalausky
Oct 11, 2013
Max Samukha
Oct 11, 2013
Adam D. Ruppe
Oct 11, 2013
Nick Sabalausky
Oct 11, 2013
John Dubchak
Oct 11, 2013
bioinfornatics
Oct 11, 2013
MattCoder
Oct 11, 2013
eris
Oct 11, 2013
brad clawsie
Oct 11, 2013
Vladimir Panteleev
Oct 11, 2013
Ali Çehreli
Oct 11, 2013
Mark Isaacson
Oct 11, 2013
Adam D. Ruppe
Oct 12, 2013
Tourist
Oct 12, 2013
Kapps
Oct 12, 2013
Tourist
Oct 11, 2013
growler
Oct 12, 2013
erik
Oct 12, 2013
Net
Oct 13, 2013
Ilya Yaroshenko
Oct 14, 2013
Per Nordlöw
Oct 14, 2013
Jarrett Tierney
Oct 16, 2013
Pedro Rodrigues
Nov 18, 2013
Gary Willoughby
Dec 18, 2014
Rune Christensen
Dec 22, 2014
FrankLike
Dec 22, 2014
Stefan Koch
Dec 28, 2014
FrankLike
Jun 03, 2016
Animesh
Jun 04, 2016
Meta
Jun 04, 2016
Bauss
Jun 05, 2016
Laeeth Isharc
October 11, 2013
Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.

In all likelihood we'll follow up with a blog post describing the process.


Andrei
October 11, 2013
On 10/10/2013 08:36 PM, Andrei Alexandrescu wrote:
> Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.
> 
> In all likelihood we'll follow up with a blog post describing the process.
> 
> 
> Andrei
Congratulations! This is fantastic, I was wondering when there would be
some official announcement, after your AMA.
I look forward to reading the blog post.

-- 
Matt Soucy
http://msoucy.me/



October 11, 2013
On Friday, 11 October 2013 at 00:36:12 UTC, Andrei Alexandrescu wrote:
> In all likelihood we'll follow up with a blog post describing the process.

When it happens, post it here plz.
October 11, 2013
On Friday, 11 October 2013 at 00:36:12 UTC, Andrei Alexandrescu wrote:
> Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.
>
> In all likelihood we'll follow up with a blog post describing the process.
>
>
> Andrei

Pretty cool. Look forward to the blog post.
It looks like the call to arms you made at DConf this year to focus on quality and professionalism are paying off. In particular, I've noticed the speed with which bugs are being handled has improved recently. Lots of good stuff.
Congratulations on your work.

Joseph
October 11, 2013
On Friday, 11 October 2013 at 00:36:12 UTC, Andrei Alexandrescu wrote:
> Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.
>
> In all likelihood we'll follow up with a blog post describing the process.

Congratulations!  This is wonderful news.
October 11, 2013
On Thu, 10 Oct 2013 17:36:17 -0700
Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:

> Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.
> 
> In all likelihood we'll follow up with a blog post describing the process.
> 
> 
> Andrei

Awesome! Great bragging rights for D :)

October 11, 2013
On 10/10/2013 10:05 PM, Nick Sabalausky wrote:
> Awesome! Great bragging rights for D :)

It's the first battle signaling the end of Middle Earth, and the rise of the Age of D. The old guard will be sailing to the Grey Havens soon.

October 11, 2013
Congratulations!!
October 11, 2013
On Friday, 11 October 2013 at 00:36:12 UTC, Andrei Alexandrescu wrote:
> Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.
>
> In all likelihood we'll follow up with a blog post describing the process.
>
>
> Andrei

This is fantastic news! And also the time when having an upvote button would be awesome. They can be placed here though:

http://www.reddit.com/r/d_language/comments/1o6p55/first_d_language_commit_at_facebook/
October 11, 2013
On Thu, 10 Oct 2013 17:36:17 -0700, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:

> Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in C++) we've measured massive wins in all of source code size, build speed, and running speed.
>
> In all likelihood we'll follow up with a blog post describing the process.
>
>
> Andrei

It's been a long road getting here. But congratulations to the D community and Facebook. Looking forward to the blog post. :-)

-- 
Adam Wilson
IRC: LightBender
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/
« First   ‹ Prev
1 2 3 4 5 6 7