Jump to page: 1 2
Thread overview
Origins of the D Programming Language now published by ACM!
Jun 13, 2020
Walter Bright
Jun 13, 2020
Walter Bright
Jun 14, 2020
Dibyendu Majumdar
Jun 14, 2020
Bastiaan Veelo
Jun 15, 2020
Ben Jones
Jun 19, 2020
Walter Bright
Jun 15, 2020
Bruce Carneal
Jun 15, 2020
Dennis
Jun 18, 2020
tastyminerals
Jun 19, 2020
Walter Bright
Jun 20, 2020
Bill Baxter
Jun 20, 2020
Walter Bright
Jun 26, 2020
Andrea Fontana
June 12, 2020
https://dl.acm.org/doi/abs/10.1145/3386323

Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.
June 12, 2020
On 6/12/2020 8:16 PM, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
> 
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.


https://www.reddit.com/r/programming/comments/h7vra4/the_complete_hopl_iv_proceedings_history_of_apl_c/
June 14, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Read the paper. D is a huge achievement by any account.

Regards
June 14, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Congratulations!  It's really nice to see this in final published form. :-)
June 14, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Thanks to COVID-19, access is free through June 30.

I very much enjoyed reading this paper. Thanks!

-- Bastiaan.
June 15, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Interesting history!  Did Eric Niebler lose interest in D?  I didn't realize he was involved early on.
June 15, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Great read.  Many thanks for the time spent writing out the origin story of a wonderful language.



June 15, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

It turned out great!
June 16, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Many, thanks to you, too!
Just found the time to read it (again).

What I think is worth mentioning as additional milestones, is the setup of code.dlang.org (DUB >1800 packages now) and the online tutorial - Dlang Tour: tour.dlang.org with the embedded D compiler.
June 18, 2020
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote:
> https://dl.acm.org/doi/abs/10.1145/3386323
>
> Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote.

Thank you. Printed and started reading today before work. A lot of interesting insights about the rationale behind design decisions. For a non C/C++ programmer, this helps me better understand D and it's close relationship with these languages. Cool stuff.
« First   ‹ Prev
1 2