:: Re: [DNG] Why C/C++ ?
Top Page
Delete this message
Reply to this message
Author: Johan Helsingius
Date:  
To: dng
Subject: Re: [DNG] Why C/C++ ?
On 11/08/2024 04:06, Steve Litt wrote:

> I think it's a pretty darn good language. It makes sense, its syntax is
> pretty guessable (except for pointers to functions), and it's a small
> language that's easily learned.


> I wouldn't be caught dead doing threads in C.


That is why I like go. Small, C-like, but does threads/coroutines
well.

    Julf