dpeq - native PSQL extended query protocol client

2017-09-03 Thread Boris-Barboris via Digitalmars-d-announce
Hi! Couple of weeks ago I was approached with a task of writing simple microservice, and I decided to give D a chance. The problem with performance became apparent very soon, and I started to look for the cause. I tried all existing libraries, and noted pretty mature dpq2 and ddb (and it's

Delta - Bridge to the Delphi ecosystem

2017-09-03 Thread Andre Pany via Digitalmars-d-announce
Delta is a proof of concept to enhance the D Programming Language with the Delphi ecosystem. There are 2 scenarios Delta tries to achieve: - Create your GUI using the Delphi RAD Studio and connect the events with your logic written in D. The obligatory Hello World sample:

Re: GitBook about D on embedded ARM Linux

2017-09-03 Thread thinwybk via Digitalmars-d-announce
That's interesting. Might do some DIY robotics in future. I would like to create a hardware abstraction layer for the BeagleBone Black (the board I am playing around with in my spare time which is very beginner friendly and flexible w.r.t. to hardware interfaces due to a lot of "capes"

Re: DlangIDE v0.7.60 released

2017-09-03 Thread Martin Tschierschke via Digitalmars-d-announce
On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote: There are a lot of improvements in DlangIDE since last announcement. DlangIDE is a cross-platform IDE for D programming language. Project link: https://github.com/buggins/dlangide Release:

Re: Release D 2.076.0

2017-09-03 Thread Joakim via Digitalmars-d-announce
On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote: Glad to announce D 2.076.0. This release comes with static foreach, many -betterC enhancements, various phobos additions, an -mcpu=avx2 switch, and lots of bugfixes. Thanks to everyone involved in this .