Re: DConf 2013 Day 3 Talk 4: LDC by David Nadlinger

2013-06-19 Thread Kai Nacke
On Monday, 17 June 2013 at 15:41:24 UTC, nazriel wrote: On Monday, 17 June 2013 at 13:47:20 UTC, bearophile wrote: Andrei Alexandrescu: http://www.reddit.com/r/programming/comments/1gie4b/dconf_2013_ldc_the_llvmbased_d_compiler_by_david/ Slide 14: PFFT (SSE) seems slow on LDC2: if you can

Re: DConf 2013 Day 3 Talk 4: LDC by David Nadlinger

2013-06-19 Thread Jacob Carlborg
On 2013-06-17 14:25, Andrei Alexandrescu wrote: You know the drill! reddit: http://www.reddit.com/r/programming/comments/1gie4b/dconf_2013_ldc_the_llvmbased_d_compiler_by_david/ hackernews: https://news.ycombinator.com/item?id=5892652 facebook:

Re: DConf 2013 Day 3 Talk 4: LDC by David Nadlinger

2013-06-19 Thread Jacob Carlborg
On 2013-06-17 14:25, Andrei Alexandrescu wrote: You know the drill! reddit: http://www.reddit.com/r/programming/comments/1gie4b/dconf_2013_ldc_the_llvmbased_d_compiler_by_david/ hackernews: https://news.ycombinator.com/item?id=5892652 facebook:

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-06-19 Thread Vadim Lopatin
New version: v0.2.9 Fixed HQL parser bug with underscores in field and table names Fixed compilation error with undefined identifiers in metadata.d Merged pull request to use standard mysql-native library

DConf 2013 Day 3 Talk 5: Effective SIMD for modern architectures by Manu Evans

2013-06-19 Thread Andrei Alexandrescu
Apologies for the delay, we're moving and things are a bit hectic. reddit: http://www.reddit.com/r/programming/comments/1go9ky/dconf_2013_effective_simd_for_modern/ twitter: https://twitter.com/D_Programming/status/347433981928693760 hackernews: https://news.ycombinator.com/item?id=5907624

Re: DMD 2.063.2 now up

2013-06-19 Thread Andrei Alexandrescu
On 6/18/13 5:23 PM, Jerry wrote: Walter Brightnewshou...@digitalmars.com writes: and fixes several reported regressions. download.dlang.org Yay! I can compile and run programs now! Thanks everyone for helping me get running again. cheers Jerry This is awesome, right back at you Jerry.

LDC in LLVM Release Notes

2013-06-19 Thread qznc
LDC is explicitly mentioned in the LLVM 3.3 Release Notes [0]. In contrast to other frontends, LDC seems to follow upstream much more closely (or maybe is forced to due to bugs?). Anyhow, kudos to David Nadlinger and whoever else was involved! [0]

Re: LDC in LLVM Release Notes

2013-06-19 Thread Andrej Mitrovic
On Wednesday, 19 June 2013 at 20:40:39 UTC, qznc wrote: LDC is explicitly mentioned in the LLVM 3.3 Release Notes [0]. In contrast to other frontends, LDC seems to follow upstream much more closely (or maybe is forced to due to bugs?). Anyhow, kudos to David Nadlinger and whoever else was

Re: LDC in LLVM Release Notes

2013-06-19 Thread David Nadlinger
On Wednesday, 19 June 2013 at 20:40:39 UTC, qznc wrote: LDC is explicitly mentioned in the LLVM 3.3 Release Notes [0]. In contrast to other frontends, LDC seems to follow upstream much more closely (or maybe is forced to due to bugs?). Anyhow, kudos to David Nadlinger and whoever else was

Re: DMagick image processing with D.

2013-06-19 Thread fgimage
it is a great project, i know it is kind of looking like an a href=http://www.rasteredge.com/how-to/vb-net-imaging/imaging-processing/;image processing tool vb/a for user. the interface looks cool. keep up with the work.