Jump to page: 1 25  
Page
Thread overview
warp: a fast C and C++ preprocessor
Mar 28, 2014
Walter Bright
Mar 28, 2014
Paulo Pinto
Mar 28, 2014
Meta
Mar 28, 2014
Théo Bueno
Mar 28, 2014
Meta
Mar 28, 2014
John Stahara
Mar 28, 2014
MattCoder
Mar 28, 2014
Ali Çehreli
Mar 30, 2014
Kagamin
Mar 30, 2014
Walter Bright
Mar 30, 2014
ixid
Mar 30, 2014
Andrej Mitrovic
Mar 30, 2014
Peter Alexander
Mar 30, 2014
Andrej Mitrovic
Mar 30, 2014
Walter Bright
Mar 30, 2014
Andrej Mitrovic
Mar 30, 2014
Walter Bright
Mar 31, 2014
John J
Mar 31, 2014
Kagamin
Mar 30, 2014
Walter Bright
Mar 31, 2014
Leandro Lucarella
Mar 31, 2014
justme
Mar 31, 2014
Brian Rogoff
Mar 31, 2014
Jacob Carlborg
Mar 31, 2014
Leandro Lucarella
Mar 31, 2014
Walter Bright
Mar 31, 2014
bearophile
Mar 31, 2014
Walter Bright
Mar 31, 2014
Tove
Mar 31, 2014
Orvid King
Mar 31, 2014
Leandro Lucarella
Mar 28, 2014
w0rp
Mar 28, 2014
Meta
Mar 28, 2014
Nick Sabalausky
Mar 28, 2014
Ali Çehreli
Mar 29, 2014
Rikki Cattermole
Mar 31, 2014
dennis luehring
Mar 31, 2014
Tove
March 28, 2014
Facebook is open-sourcing warp, a fast C and C++ preprocessor written by Walter Bright.

http://www.reddit.com/r/programming/comments/21m0bz/warp_a_fast_c_and_c_preprocessor/

https://news.ycombinator.com/newest

https://twitter.com/fbOpenSource/status/449611378219679744

https://www.facebook.com/dlang.org/posts/10202207506322611?stream_ref=10


Andrei
March 28, 2014
On 3/28/2014 11:27 AM, Andrei Alexandrescu wrote:
> https://news.ycombinator.com/newest

It was posted around 11:20 PST, if that helps find it in the morass of new postings.

March 28, 2014
Am 28.03.2014 19:27, schrieb Andrei Alexandrescu:
> Facebook is open-sourcing warp, a fast C and C++ preprocessor written by
> Walter Bright.
>
> http://www.reddit.com/r/programming/comments/21m0bz/warp_a_fast_c_and_c_preprocessor/
>
>
> https://news.ycombinator.com/newest
>
> https://twitter.com/fbOpenSource/status/449611378219679744
>
> https://www.facebook.com/dlang.org/posts/10202207506322611?stream_ref=10
>
>
> Andrei

Just read the article. Quite interesting.

Congratulations!

Paulo
March 28, 2014
On Friday, 28 March 2014 at 18:27:17 UTC, Andrei Alexandrescu wrote:
> Facebook is open-sourcing warp, a fast C and C++ preprocessor written by Walter Bright.
>
> http://www.reddit.com/r/programming/comments/21m0bz/warp_a_fast_c_and_c_preprocessor/
>
> https://news.ycombinator.com/newest
>
> https://twitter.com/fbOpenSource/status/449611378219679744
>
> https://www.facebook.com/dlang.org/posts/10202207506322611?stream_ref=10
>
>
> Andrei

Is Warp written in D? I don't think it was made clear in the article.
March 28, 2014
On Friday, 28 March 2014 at 19:19:03 UTC, Meta wrote:
> On Friday, 28 March 2014 at 18:27:17 UTC, Andrei Alexandrescu wrote:
>> Facebook is open-sourcing warp, a fast C and C++ preprocessor written by Walter Bright.
>>
>> http://www.reddit.com/r/programming/comments/21m0bz/warp_a_fast_c_and_c_preprocessor/
>>
>> https://news.ycombinator.com/newest
>>
>> https://twitter.com/fbOpenSource/status/449611378219679744
>>
>> https://www.facebook.com/dlang.org/posts/10202207506322611?stream_ref=10
>>
>>
>> Andrei
>
> Is Warp written in D? I don't think it was made clear in the article.

It's clear when you read the full interview :/
Anyway congratulations, this is a great proof of D's power, and
also a nice vote of confidence from Facebook :)
March 28, 2014
On Friday, 28 March 2014 at 19:36:02 UTC, Théo Bueno wrote:
> It's clear when you read the full interview :/
> Anyway congratulations, this is a great proof of D's power, and
> also a nice vote of confidence from Facebook :)

I read quickly through the interview, and although they talked quite a bit about D, I never saw it specifically mentioned that Warp is written in D.
March 28, 2014
On Fri, 28 Mar 2014 19:46:48 +0000, Meta wrote:

> On Friday, 28 March 2014 at 19:36:02 UTC, Théo Bueno wrote:
>> It's clear when you read the full interview :/
>> Anyway congratulations, this is a great proof of D's power, and also a
>> nice vote of confidence from Facebook :)
> 
> I read quickly through the interview, and although they talked quite a bit about D, I never saw it specifically mentioned that Warp is written in D.

The very first link in the article is the github repository of source files, all of which are written in D.

--jjs
March 28, 2014
On Friday, 28 March 2014 at 19:57:06 UTC, John Stahara wrote:
> The very first link in the article is the github repository of source
> files, all of which are written in D.
>
> --jjs

Yes, here: https://github.com/facebook/warp

Matheus.
March 28, 2014
On 03/28/2014 11:27 AM, Andrei Alexandrescu wrote:

> Facebook is open-sourcing warp, a fast C and C++ preprocessor

It could be useful for me just this past week in a throw-away D program that I wrote (at work! :) ) to parse some C and C++ files very crudely.

Ali

March 28, 2014
This is awesome news, congrats! I hadn't thought of the possibility of Walter doing some work for Facebook. Between this and the Oculus VR buyout, Facebook keeps doing interesting stuff. This should surely be good for D.
« First   ‹ Prev
1 2 3 4 5