Re: This Week in D #23 - Interview with Dmitry Olshansky, dmd beta, std.experimental.color

2015-07-03 Thread Dmitry Olshansky via Digitalmars-d-announce
On 03-Jul-2015 01:45, Mathias Lang via Digitalmars-d-announce wrote: Very interesting interview ! On the question about love/hate of D, there's this sentence: ' "for," works with any range or something that can be sliced to get a range.'. Didn't you mean "foreach" ? Absolutely. Adam can we fix

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 2 July 2015 at 22:55:51 UTC, Laeeth Isharc wrote: It would be v helpful to have a Datetime conversion from D. Looks like there is a macro for converting from ymd in datetime.h, so I guess one could just write some code against this API in C, D, or Cython and link it in with D so o

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 July 2015 at 10:23:14 UTC, Laeeth Isharc wrote: On Thursday, 2 July 2015 at 22:55:51 UTC, Laeeth Isharc wrote: It would be v helpful to have a Datetime conversion from D. Looks like there is a macro for converting from ymd in datetime.h, so I guess one could just write some code

Re: This Week in D #23 - Interview with Dmitry Olshansky, dmd beta, std.experimental.color

2015-07-03 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 3 July 2015 at 08:40:58 UTC, Dmitry Olshansky wrote: Adam can we fix that ? Thanks! yup, changed

Re: This Week in D #23 - Interview with Dmitry Olshansky, dmd beta, std.experimental.color

2015-07-03 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 3 July 2015 at 01:32:27 UTC, Nicholas Wilson wrote: Adam. At least on safari you can't scroll down the archive panel. The first 20 editions are visible, but not the rest. Try it now, you might have to refresh to get the new css, I just added a scroll over there (on touch btw use two

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 July 2015 at 10:52:38 UTC, John Colvin wrote: Also, there would have to be some serious warning signs about translating from python to D, in that the micro-seconds will be truncated. Doesn't a lack of microseconds make it unusable for tick data? Woops, I means milliseconds.

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread Laeeth Isharc via Digitalmars-d-announce
On Friday, 3 July 2015 at 10:52:38 UTC, John Colvin wrote: On Friday, 3 July 2015 at 10:23:14 UTC, Laeeth Isharc wrote: On Thursday, 2 July 2015 at 22:55:51 UTC, Laeeth Isharc wrote: It would be v helpful to have a Datetime conversion from D. Looks like there is a macro for converting from ymd

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread Laeeth Isharc via Digitalmars-d-announce
Aren't there time-zone concerns? Or is this just a mapping between D's std.datetime.DateTime and python's datetime.datetime with tzinfo==None, i.e. a naive date? Also, there would have to be some serious warning signs about translating from python to D, in that the micro-seconds will be trunc

Re: Repost of Chuck Allison's dconf 2015 talk

2015-07-03 Thread Andy Smith via Digitalmars-d-announce
On Friday, 3 July 2015 at 02:04:20 UTC, Jonathan M Davis wrote: It looks like they re-edited Chuck's talk and reposted it (so the old link is invalid): https://www.youtube.com/watch?v=iTJnkF0H6S8 - Jonathan M Davis I'm really glad this has happened. The original was very hard to follow. Jus

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread John Colvin via Digitalmars-d-announce
On Friday, 3 July 2015 at 15:56:24 UTC, Laeeth Isharc wrote: Aren't there time-zone concerns? Or is this just a mapping between D's std.datetime.DateTime and python's datetime.datetime with tzinfo==None, i.e. a naive date? Also, there would have to be some serious warning signs about translat

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread Laeeth Isharc via Digitalmars-d-announce
On Friday, 3 July 2015 at 21:46:09 UTC, John Colvin wrote: On Friday, 3 July 2015 at 15:56:24 UTC, Laeeth Isharc wrote: Aren't there time-zone concerns? Or is this just a mapping between D's std.datetime.DateTime and python's datetime.datetime with tzinfo==None, i.e. a naive date? Also, there

Re: D extensions to python, inline in an ipython/jupyter notebook

2015-07-03 Thread Laeeth Isharc via Digitalmars-d-announce
On Saturday, 4 July 2015 at 00:14:51 UTC, Laeeth Isharc wrote: On Friday, 3 July 2015 at 21:46:09 UTC, John Colvin wrote: On Friday, 3 July 2015 at 15:56:24 UTC, Laeeth Isharc wrote: Aren't there time-zone concerns? Or is this just a mapping between D's std.datetime.DateTime and python's datet

Re: 3 more dconf 2015 talks (Andy, Jonathan, and Mark)

2015-07-03 Thread Andy Smith via Digitalmars-d-announce
On Friday, 3 July 2015 at 02:11:05 UTC, Jonathan M Davis wrote: It looks like the UVU folks posted some more. Andy Smith -- Title: Hedge Fund Development Case Study dconf link: http://dconf.org/2015/talks/smith.html video link: https://www.youtube.com/watch?v=0KBhb0iWsWQ Jonathan M Davi