Faster Command Line Tools in D
dlang.org
Faster Command Line Tools in D
1–10 of 100 posts
Re: Faster Command Line Tools in D
#2Re: Faster Command Line Tools in D
#3i am thought impressed with how fast pypy did
Re: Faster Command Line Tools in D
#4I found this article interesting but to be honest I hate it when people do this. Usually it is the real-world considerations and error handling that cause the code to cease being an elegant demo and look more like the same stuff everyone else writes.
Re: Faster Command Line Tools in D
#5I'd be interested in the perspective of someone who has used both GO and Dlang for command line tools. Go is my current tool for this, but D seems like a much nicer, less dogmatic language.
Re: Faster Command Line Tools in D
#6Re: Faster Command Line Tools in D
#7well, i dont think that there were much doubt that d was faster than python i am thought impressed with how fast pypy did
Re: Faster Command Line Tools in D
#8In my opinion omit all of the discussion on python and just talk about "how to optimize a D program" b/c that's what this article is.
Re: Faster Command Line Tools in D
#9> (Note: For brevity, error handling is largely omitted from programs shown.) I found this article interesting but to be honest I hate it when people do this. Usually it is the real-world considerations and error handling that cause the code to cease being an elegant demo and look more like the same stuff everyone else writes.
Re: Faster Command Line Tools in D
#10well, i dont think that there were much doubt that d was faster than python i am thought impressed with how fast pypy did