Thread overview
OT: Some programming articles by John Carmack
Aug 02, 2019
Walter Bright
Aug 03, 2019
Zekereth
Aug 03, 2019
Dennis
Sep 29, 2019
Bastiaan Veelo
August 01, 2019
John knows what he's doing. His blogs are very worth a read:

http://www.sevangelatos.com/john-carmack-on-static-code-analysis/

http://www.sevangelatos.com/john-carmack-on-parallel-implementations/
We're doing much of this with the -preview switch. I really like the -preview and -revert design.

http://www.sevangelatos.com/john-carmack-on/ (functional programming in C++)
Note that he mentions D 'pure' functions!

http://www.sevangelatos.com/john-carmack-on-latency-mitigation-strategies/
August 03, 2019
On Friday, 2 August 2019 at 00:17:45 UTC, Walter Bright wrote:
> John knows what he's doing. His blogs are very worth a read:
>
> http://www.sevangelatos.com/john-carmack-on-static-code-analysis/
>
> http://www.sevangelatos.com/john-carmack-on-parallel-implementations/
> We're doing much of this with the -preview switch. I really like the -preview and -revert design.
>
> http://www.sevangelatos.com/john-carmack-on/ (functional programming in C++)
> Note that he mentions D 'pure' functions!
>
> http://www.sevangelatos.com/john-carmack-on-latency-mitigation-strategies/

I really love his speeches. I could listen to him all day.
August 03, 2019
On Friday, 2 August 2019 at 00:17:45 UTC, Walter Bright wrote:
> John knows what he's doing. His blogs are very worth a read:

Thanks for sharing these!
September 29, 2019
On Friday, 2 August 2019 at 00:17:45 UTC, Walter Bright wrote:
> John knows what he's doing. His blogs are very worth a read:

Here is 2.5 hours of him on various topics such as gaming, VR, Moore's Law and quantum effects, and cars. https://youtu.be/udlMSe5-zP8

Bastiaan.