Re: How an Engineering Company Chose to Migrate to D

2018-06-24 Thread Bastiaan Veelo via Digitalmars-d-announce
On Saturday, 23 June 2018 at 09:41:19 UTC, Ecstatic Coder wrote: Where I disagree with Bastiaan is on the rejection of the Pascal language itself, as there are other open-source Pascal compilers (GNU Pascal in EP mode) which could have been used and enhanced to match the company requirements,

Re: How an Engineering Company Chose to Migrate to D

2018-06-24 Thread Bastiaan Veelo via Digitalmars-d-announce
On Saturday, 23 June 2018 at 10:00:48 UTC, user1234 wrote: On Saturday, 23 June 2018 at 09:41:19 UTC, Ecstatic Coder wrote: Like everybody here, I hope that Bastiaan efforts will pay in the long term, but I'm not as optimistic as many here that this will end as a success story, as I'm not sure

Munich D Meetup June 2018

2018-06-24 Thread Dragos Carp via Digitalmars-d-announce
Our next meetup will be tomorrow June 25th. Details and RSVP at: https://www.meetup.com/de-DE/Munich-D-Programmers/events/251718757/

Visual D 0.47.0 released

2018-06-24 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies, automatic libraries, name demangling * new project wizard * mago debugger: show vtable, dynamic type of interfaces, symbol names of pointer address See htt

Re: Dutyl 1.5.0 released - dfmt support added

2018-06-24 Thread Timoses via Digitalmars-d-announce
On Wednesday, 20 June 2018 at 19:08:49 UTC, Timoses wrote: Timoses wrote: Any ideas why autocompletion doesn't? Opps. I suppose One should use vim's autocomplete feature : D (i_CTRL-P) Hm, this doesn't seem to use the autocomplete feature. I've set it up so far that I can use `:DUjump` o

Re: Visual D 0.47.0 released

2018-06-24 Thread Brian via Digitalmars-d-announce
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote: Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies, automatic libraries, name demangling * new project wizard * mago debugger: show vtable, dyn

Re: Visual D 0.47.0 released

2018-06-24 Thread Rainer Schuetze via Digitalmars-d-announce
On 24/06/2018 19:56, Brian wrote: On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote: Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies,   automatic libraries, name demangling * new project wiza

Aedi property reader, config file readers and more.

2018-06-24 Thread Alexandru Ermicioi via Digitalmars-d-announce
Hi, Dlang community! Announcing aedi property reader v0.2.0, a library for reading various config files and exposing the contents as components (accessed by their path from container) that you can use in your application, without the hassle of manually reading file, then convert into D data t

Re: autowrap v0.0.1 - Automatically wrap existing D code for use in Python and Excel

2018-06-24 Thread Nikos via Digitalmars-d-announce
Eg turn this into a function and try wrapping this instead: auto intp = interpreter(dmdEngine()); Thanks for your help. I'm doing this in my spare time which is, unfortunately, not much. I did what you said export { auto intp = interpreter(echoEngine); } but when I import drepl

Re: Visual D 0.47.0 released

2018-06-24 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote: Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies, automatic libraries, name demangling * new project wizard * mago debugger: show vtable, dyn