Re: CUDA with D?

2009-03-01 Thread Lutger
Chris R Miller wrote: ... I looked into OpenCL, which appears (at first glance) to be a funky way of stringing together assembler instructions using C function calls. I'm sure it's fast, but it's not the most friendly looking code to me (then again, I don't know ASM, so what do I know?)

Re: finding dmd.conf

2009-03-01 Thread Georg Wrede
Lutger wrote: Jesse Phillips wrote: On Fri, 27 Feb 2009 15:54:46 +0100, Lutger wrote: I'm having some trouble with dmd.conf. I set up a (soft) symbolic link to the dmd/bin path version I want to use, but dmd can't find dmd.conf: $ which dmd /home/lutger/code/bin/dmd/bin/dmd $ dmd main.d

Re: Template in interface ?

2009-03-01 Thread Christopher Wright
TSalm wrote: Le Sun, 01 Mar 2009 03:07:16 +0100, Christopher Wright dhase...@gmail.com a écrit: TSalm wrote: Does something have an idea on how to do something like this ? You don't. Templates cannot participate in polymorphism. I've dealt with this in the past and ended up making another