Bindings to clFFT (OpenCL fft library)

2014-07-08 Thread John Colvin via Digitalmars-d-announce
Just a heads-up for anyone using/wanting to use OpenCL in D: clFFT [1] is amd's open source fft library for OpenCL, part of clMathLibraries. I needed it for a project so I ported the header, here it is: https://github.com/John-Colvin/clFFT-D http://code.dlang.org/packages/clfft I left the

Re: Interview at Lang.NEXT

2014-06-06 Thread John Colvin via Digitalmars-d-announce
On Thursday, 5 June 2014 at 13:32:16 UTC, Bill Baxter via Digitalmars-d-announce wrote: On Thu, Jun 5, 2014 at 2:42 AM, Jonathan M Davis via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Though I confess what horrifies me the most about dynamic languages is code like

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-31 Thread John Colvin via Digitalmars-d-announce
On Saturday, 31 May 2014 at 17:49:18 UTC, Jesse Phillips wrote: On Saturday, 31 May 2014 at 07:32:22 UTC, Kagamin wrote: What do you mean D does not provide a decltype? typeof(cx) my_cx2 = cx; I'll blame this on my poor knowledge of C++, at this time typeof in C++ does not appear to

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-28 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 27 May 2014 at 21:40:00 UTC, Walter Bright wrote: On 5/27/2014 2:22 PM, w0rp wrote: I'm actually a native speaker of 25 years and I didn't get it at first. Natural language communicates ideas approximately. What bugs me is when people say: I could care less. when they mean:

Re: Video of my LDC talk @ FOSDEM'14

2014-05-26 Thread John Colvin via Digitalmars-d-announce
On Monday, 26 May 2014 at 16:14:56 UTC, Walter Bright wrote: On 5/25/2014 10:59 PM, Kai Nacke wrote: Hi all, the video of my LDC talk @ FOSDEM'14 in February is now online. Here is the link: http://video.fosdem.org/2014/K4401/Sunday/LDC_the_LLVMbased_D_compiler.webm In the same folder are

Re: Video of my LDC talk @ FOSDEM'14

2014-05-26 Thread John Colvin via Digitalmars-d-announce
On Monday, 26 May 2014 at 17:06:27 UTC, Walter Bright wrote: On 5/26/2014 9:31 AM, John Colvin wrote: On Monday, 26 May 2014 at 16:14:56 UTC, Walter Bright wrote: On 5/25/2014 10:59 PM, Kai Nacke wrote: Hi all, the video of my LDC talk @ FOSDEM'14 in February is now online. Here is the

Re: Livestreaming DConf?

2014-05-22 Thread John Colvin via Digitalmars-d-announce
On Thursday, 22 May 2014 at 10:09:28 UTC, Nordlöw wrote: We at Facebook are very excited about the upcoming DConf 2014. Will the videos be available afterwards at Andreis Youtube stream like last year? +1 There's a big overlap between people who can't be at dconf and who also can't watch

Re: Dash: An Open Source Game Engine in D

2014-05-20 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 20 May 2014 at 13:12:30 UTC, Colden Cullen wrote: On Tuesday, 20 May 2014 at 05:22:54 UTC, Mineko wrote: Wow, good stuff, very impressive, I'm making a engine myself called Breaker Engine (Coded in D), and I might just have to take a few tips from your engine. Although I've

Re: Livestreaming DConf?

2014-05-09 Thread John Colvin via Digitalmars-d-announce
On Friday, 9 May 2014 at 19:48:20 UTC, Andrei Alexandrescu wrote: Hi folks, We at Facebook are very excited about the upcoming DConf 2014. In fact, so excited we're considering livestreaming the event for the benefit of the many of us who can't make it to Menlo Park, CA. Livestreaming

Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-05-07 Thread John Colvin via Digitalmars-d-announce
On Sunday, 4 May 2014 at 16:18:53 UTC, Gary Willoughby wrote: Tkd v1.0.0-beta https://github.com/nomad-software/tkd http://code.dlang.org/packages/tkd Overview Tkd is a fully cross-platform GUI toolkit based on Tcl/Tk[1]. Tkd allows you to build GUI applications easily and with the

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-25 Thread John Colvin via Digitalmars-d-announce
On Friday, 25 April 2014 at 11:11:18 UTC, Atila Neves wrote: On Friday, 25 April 2014 at 10:20:47 UTC, Rikki Cattermole wrote: On Friday, 25 April 2014 at 10:02:45 UTC, Dicebot wrote: On Friday, 25 April 2014 at 09:45:06 UTC, Rikki Cattermole wrote: Also when using things like __LINE__ keep

<    1   2   3