digitalmars.D - D at shootout.alioth.debian.org
- Andrei Alexandrescu (7/7) Jun 04 2010 Someone asked on
- bearophile (4/9) Jun 04 2010 The maintainer of that site is uninterested in D. Don't waste your time ...
- jcc7 (8/17) Jun 04 2010 http://www.reddit.com/r/programming/comments/cb14j/compiletime_functio
- bearophile (4/5) Jun 04 2010 Isn't the usage of "static" to run compile-time functions a bad practice...
- BLS (10/15) Jun 04 2010 Have the same feeling. Question remains is > What instead?
- bearophile (6/8) Jun 04 2010 In D2 I use enum:
- Robert Clipsham (6/13) Jun 04 2010 D used to be on there, it was removed due to the lack of native x86-64
- bearophile (4/8) Jun 04 2010 He will probably not add D even if dmd becomes 64 bit. LDC is already wo...
- retard (7/15) Jun 05 2010 You sound a bit pessimistic here, son. Why don't you just say it directl...
Someone asked on http://www.reddit.com/r/programming/comments/cb14j/compiletime_function_execution_in_d/: "A question about D that's been bugging me: why aren't there any D examples at the language shootout site?" I didn't know what to answer. I seem to recall there were submissions, am I wrong? Andrei
Jun 04 2010
Andrei Alexandrescu:Someone asked on http://www.reddit.com/r/programming/comments/cb14j/compiletime_function_execution_in_d/: "A question about D that's been bugging me: why aren't there any D examples at the language shootout site?"The maintainer of that site is uninterested in D. Don't waste your time on this. Bye, bearophile
Jun 04 2010
== Quote from bearophile (bearophileHUGS lycos.com)'s articleAndrei Alexandrescu:http://www.reddit.com/r/programming/comments/cb14j/compiletime_functio n_execution_in_d/:Someone asked ontime on this."A question about D that's been bugging me: why aren't there any D examples at the language shootout site?"The maintainer of that site is uninterested in D. Don't waste yourBye, bearophileThat seems like a good summary to me. Here's a relevant post: http://www.digitalmars.com/webnews/newsgroups.php? art_group=digitalmars.D&article_id=103383
Jun 04 2010
Andrei Alexandrescu:http://www.reddit.com/r/programming/comments/cb14j/compiletime_function_execution_in_d/:Isn't the usage of "static" to run compile-time functions a bad practice? Time ago I have filed a bug about something related. Bye, bearophile
Jun 04 2010
On 04/06/2010 22:32, bearophile wrote:Andrei Alexandrescu:Have the same feeling. Question remains is > What instead? /ctfe/ int r = fact(100); Guess you know about Walter's allergic reactions regarding the introduction of a new keyword. :) nevertheless IMHO a compile { int r = fact(100): // would be smart } bjoernhttp://www.reddit.com/r/programming/comments/cb14j/compiletime_function_execution_in_d/:Isn't the usage of "static" to run compile-time functions a bad practice? Time ago I have filed a bug about something related. Bye, bearophile
Jun 04 2010
BLS:Have the same feeling. Question remains is > What instead? /ctfe/ int r = fact(100);In D2 I use enum: enum int r = fact(100); (I think I have not yet understood of the full meaning given by Walter to "static" for variables in D). Bye, bearophile
Jun 04 2010
On 04/06/10 21:07, Andrei Alexandrescu wrote:Someone asked on http://www.reddit.com/r/programming/comments/cb14j/compiletime_function_execution_in_d/: "A question about D that's been bugging me: why aren't there any D examples at the language shootout site?" I didn't know what to answer. I seem to recall there were submissions, am I wrong? AndreiD used to be on there, it was removed due to the lack of native x86-64 support when the benchmark was updated to an x86-64 box. I seem to recall them saying until this was sorted D wasn't getting its place on there. Robert
Jun 04 2010
Robert Clipsham:D used to be on there, it was removed due to the lack of native x86-64 support when the benchmark was updated to an x86-64 box. I seem to recall them saying until this was sorted D wasn't getting its place on there.He will probably not add D even if dmd becomes 64 bit. LDC is already working on 64 bit. Bye, bearophile
Jun 04 2010
Fri, 04 Jun 2010 18:31:31 -0400, bearophile wrote:Robert Clipsham:You sound a bit pessimistic here, son. Why don't you just say it directly if you think the author is a dickhead? I don't think he is. I think it's reasonable to wait for official 64-bit packages for the toolchain. It's totally unreasonable to expect him to compile a custom version of the toolchain and spend hours on it every few weeks. After all, the other compilers can be installed with 'apt-get install foofoo'.D used to be on there, it was removed due to the lack of native x86-64 support when the benchmark was updated to an x86-64 box. I seem to recall them saying until this was sorted D wasn't getting its place on there.He will probably not add D even if dmd becomes 64 bit. LDC is already working on 64 bit.
Jun 05 2010