Re: Fun: Shooting yourself in the foot in D

2016-10-27 Thread Kirill Kryukov via Digitalmars-d
On Thursday, 27 October 2016 at 22:24:57 UTC, Temtaime wrote: On Thursday, 27 October 2016 at 19:49:16 UTC, Ali Çehreli wrote: [...] You create some complicated template function and then compiler show you an ICE. You shoot yourself in a tuple containing your foot, boot and sock.

Re: Dealing with Autodecode

2016-05-31 Thread Kirill Kryukov via Digitalmars-d
-D-core-dev comment. Even though I suspect many D users may agree with me. An even larger number of potential D users does not want autodecoding either. Thanks, Kirill

Re: dtutor.org: a call to action

2013-05-05 Thread Kirill
bah, sorry for poor grammar. I forgot there is no edit or delete buttons On Sunday, 5 May 2013 at 22:03:17 UTC, Kirill wrote: Numerical simulations content suggestion. Depending on time, I would like to do it at some point but just in case, i'll leave it here. I think people from scien

Re: dtutor.org: a call to action

2013-05-05 Thread Kirill
Numerical simulations content suggestion. Depending on time, I would like to do it at some point but just in case, i'll leave it here. I think people from scientific community would agree. I'm also for problem specific approach that can be deconstructed into tools rather than giving people to

Re: D => asm.js for the web?

2013-03-28 Thread Kirill
back to the original, will d compile to asm.js? On Saturday, 23 March 2013 at 02:20:33 UTC, bearophile wrote: Maybe you remember the NaCl or PNaCl plug-in from Google, that allows to safely run code at near native speed on the browser (only 10-30% speed loss, in a probably safe sandbox). Thi

d lang on cluster HPC/OpenMPI solution?

2012-09-15 Thread Kirill
I want to use D for monte-carlo integration on a cluster. is http://stackoverflow.com/questions/6944691/mpi-and-d-linker-options the only solution at the moment? is there a more robust approach (similar too boost.mpi)?

Re: D dropped in favour of C# for PSP emulator

2012-05-15 Thread Kirill
On Monday, 14 May 2012 at 10:31:47 UTC, Simen Kjaeraas wrote: On Mon, 14 May 2012 12:01:06 +0200, Peter Alexander wrote: On Sunday, 13 May 2012 at 10:08:47 UTC, bearophile wrote: Andrei Alexandrescu: assumeSorted(range).contains(object) is still one line, safer, and IMHO more self-explana