How do you use D?

MGW via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 2 07:39:04 PDT 2017


On Friday, 28 July 2017 at 14:58:01 UTC, Ali wrote:
> While the Orgs using D page is very nice ... I hoping to hear 
> more personal stories ...

I use D2 since 2014. I had wide experience of C programming 
earlier. Now I use only DMD in all projects, except special. At 
the initial stage there were difficulties with a choice of good 
GUI and I decided to make the binding for Qt-5. QtE5 turned out 
and I use it for creation of cross-platform applications. I mix 
pfobos and API Qt-5 in the applications.

https://github.com/MGWL/QtE5
https://www.youtube.com/channel/UCNlwbCCcpYVAI0EL2VFOutQ

Short list of development:
- Learnability monitoring (reception of examinations) - dmd + qte5

- Scanner of file system, indexing and search.

- the forth language interpreter - dmd + asm_dmd

- IDE5 - mini ide (example QtE5) - dmd + QtE5

- External DLL for extension functionality of VBA for MSOffice - 
dmd

- Smart Scripts for start of external applications

I use notepad++ and only dmd (win/linux/OSX for 32/64) or ide5 
for small app.

dmd is an excellent programming language )))


More information about the Digitalmars-d mailing list