Re: sqlite3 vs. sqlite-d

2017-06-08 Thread Ozan (O/N/S) via Digitalmars-d
On Wednesday, 7 June 2017 at 19:16:07 UTC, Stefan Koch wrote: On Wednesday, 7 June 2017 at 19:10:26 UTC, Ozan wrote: On Wednesday, 7 June 2017 at 17:51:30 UTC, Stefan Koch wrote: Hi guys I made a small video. Mature and heavily optimized C library vs. young D upstart. See for yourself how it

Re: Munich D Meetup - February 14, 2017: D and the Cloud - D-Lovers Special

2017-02-13 Thread Ozan (O/N/S) via Digitalmars-d-announce
On Saturday, 4 February 2017 at 17:56:55 UTC, Stefan wrote: in 10 days will be our next Munich D Meetup. Would be awesome to welcome some of you there. Agenda: • 18:00: Get together with Pizza and beer • 18:45: D and the Cloud, by Ozan • 19:30: Short Break • 19:40: Usage of the D Compiler in

Re: D future ...

2016-12-20 Thread O-N-S via Digitalmars-d
On Monday, 19 December 2016 at 23:02:59 UTC, Benjiro wrote: I split this from the "Re: A betterC modular standard library?" topic because my response is will be too much off-topic but the whole thread is irking me the wrong way. I see some of the same argument coming up all the time, with a

Re: Using local import path

2016-09-09 Thread O-N-S via Digitalmars-d-learn
On Friday, 9 September 2016 at 09:31:54 UTC, pineapple wrote: On Friday, 9 September 2016 at 08:25:40 UTC, rikki cattermole wrote: TLDR: no you cannot do what you were thinking. Seems like something one ought to be able to do, though. DIP time? Where can I find DIP? Here?

Using local import path

2016-09-09 Thread O/N/S via Digitalmars-d-learn
Hi Example: I have a module called "a.b.c"; and a second module called "a.b.c.d.e"; For importing i can use import a.b.c; import a.b.c.d.e; or with local names import abc = a.b.c; import abcde = a.b.c.d.e; Question: Is it possible to use something similar like following import

Re: Asynchronous Programming and Eventhandling in D

2016-07-07 Thread O/N/S via Digitalmars-d-learn
On Tuesday, 5 July 2016 at 20:38:53 UTC, Eugene Wissner wrote: On Tuesday, 5 July 2016 at 08:24:43 UTC, O/N/S wrote: Hi ("Grüss Gott") I like the asynchronous events in Javascript. Is something similar possible in D? Found Dragos Carp's asynchronous library

Asynchronous Programming and Eventhandling in D

2016-07-05 Thread O/N/S via Digitalmars-d-learn
Hi ("Grüss Gott") I like the asynchronous events in Javascript. Is something similar possible in D? Found Dragos Carp's asynchronous library (https://github.com/dcarp/asynchronous). Are there any more integrated (in Phobos/in D) ways to work asynchronously? An example: One server ask a

Boosting D evolution

2016-04-23 Thread O-N-S via Digitalmars-d
Hi We often had discussions about D versus this or that lang which is better evoled, because of more libs or more awareness in the www. Important drivers are technology like rails for ruby and organisations like Google for Go. I asked today about strategies of the D foundation, which is