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