Tuesday, December 10, 2019

Digest for comp.lang.c++@googlegroups.com - 2 updates in 1 topic

Vir Campestris <vir.campestris@invalid.invalid>: Dec 10 09:09PM

> Are you talking about NT here or some reliable and fast OS that MS never
> released? Win NT was a blue screening, slow joke of an OS and frankly I'd have
> expected better from people who worked on VMS.
 
After using Windows 3.1 (the 16 bit one) Windows NT 3.1 was a breath of
fresh air. It just kept running. It really didn't crash (except when our
HW was broken, and since we were developing it that did happen).
 
3.51 was if anything better.
 
AIUI NT4 picked up the 9x GUI. Certainly it was not as stable as the
earlier ones.
 
Andy
Daniel <danielaparker@gmail.com>: Dec 10 01:55PM -0800

On Monday, December 2, 2019 at 6:39:31 PM UTC-5, Öö Tiib wrote:
 
> Google has Go and Apple has Swift so perhaps Microsoft
> also wants to have some garbage-free programming language.
 
As opposed to a garbage-full programming language like C++? :-) Or did you
mean as opposed to a language with GC? But Go has GC.
 
> The syntax of Rust is not that different from Swift or Go.
 
The memory ownership models are different. Go has GC. Swift has
reference counting. Rust has affine types.
 
> easy it is to write some incoherent and buggy programs? There
> are no such "gotcha!" bear traps in Rust like C++ is full of
> and so it perhaps suits novices better than C++.
 
I'd be interested to know what you think about Rust's affine types. I'm currently on chapter 4 of The Rust Programming Language, The Stack and the Heap, and have some mental resistance to "_don't_ do as the ints do".
 
Daniel
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: