Re: D goes business! Bindings for SAP NetWeaver RFC SDK

2016-04-03 Thread Kai Nacke via Digitalmars-d-announce
On Saturday, 2 April 2016 at 08:00:18 UTC, Lars Johansson wrote: Hi Kai, I'm for the zillionth time starting to learn D. I just started with 'The D programming language' after that I will explore the possibilities to access SAP from D. A good SAP is important for my sucess with D. Will you

Re: Beta D 2.071.0-b2

2016-04-03 Thread Rory McGuire via Digitalmars-d-announce
On Sun, Apr 3, 2016 at 1:59 PM, tost via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Wednesday, 30 March 2016 at 11:03:51 UTC, Martin Nowak wrote: > >> Second beta for the 2.071.0 release. >> >> http://dlang.org/download.html#dmd_beta >>

Re: Beta D 2.071.0-b2

2016-04-03 Thread tost via Digitalmars-d-announce
On Wednesday, 30 March 2016 at 11:03:51 UTC, Martin Nowak wrote: Second beta for the 2.071.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.071.0.html Please report any bugs at https://issues.dlang.org -Martin //foo.d module foo; void main() {} class A {