Where will D sit in the web service space?
via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jul 24 07:36:16 PDT 2015
On Friday, 24 July 2015 at 08:24:45 UTC, Kagamin wrote:
> Domain is the same, it's feature overlap, which is small.
Nope. Domain is not the same. Feature set is not at all the same.
You would not write a web browser in Go.
- Rust is more like C++ and D, abstractions closer to current
hardware, stricter typing at the cost of complexity, no GC.
- Go use abstractions more detatched from current hardware,
simplicity over advanced mechanisms, fully based on GC.
More information about the Digitalmars-d
mailing list