D for the Win
tomerfiliba.com
D for the Win
1–10 of 105 posts
Re: D for the Win
#2Re: D for the Win
#3I am curious what led the author to be dismissive of Go in such a strongly negative manner. Lack of generics? Disagree with certain language design choices? Too many cuddly caricatures of gophers?
Re: D for the Win
#4Re: D for the Win
#5> go (Google must be joking if they actually consider it for system programming) I am curious what led the author to be dismissive of Go in such a strongly negative manner. Lack of generics? Disagree with certain language design choices? Too many cuddly caricatures of gophers?
Re: D for the Win
#6> go (Google must be joking if they actually consider it for system programming) I am curious what led the author to be dismissive of Go in such a strongly negative manner. Lack of generics? Disagree with certain language design choices? Too many cuddly caricatures of gophers?
- low-level hardware control (c,D,...) implicitely concurrent
- explicitely concurrent higher level components (go, erlang maybe)Re: D for the Win
#7> go (Google must be joking if they actually consider it for system programming) I am curious what led the author to be dismissive of Go in such a strongly negative manner. Lack of generics? Disagree with certain language design choices? Too many cuddly caricatures of gophers?
Go hasn't been intended for "systems programming" for quite a while. It is a general purpose language.
Re: D for the Win
#8> go (Google must be joking if they actually consider it for system programming) I am curious what led the author to be dismissive of Go in such a strongly negative manner. Lack of generics? Disagree with certain language design choices? Too many cuddly caricatures of gophers?
I need some clarifications. I think there are two definitions of systems being used here : - low-level hardware control (c,D,...) implicitely concurrent - explicitely concurrent higher level components (go, erlang maybe)
Re: D for the Win
#9I know this is an inevitable comment on any article that calls any software slow, but: "~500 requests/sec" using ten servers? Python may be slow, but I would be very suprised if it can't do 50req/second.
Re: D for the Win
#10I know this is an inevitable comment on any article that calls any software slow, but: "~500 requests/sec" using ten servers? Python may be slow, but I would be very suprised if it can't do 50req/second.
Maybe a very small instance serving something fairly complex?