D in AI Field

2021-03-15 Thread Lasheen via Digitalmars-d-learn
Hello, I'm a C programmer, and now i want to migrate to D. i work in AI field, so i have some questions about D language: 1- is D suitable for mission critical systems(such as avionics systems) ? if (true){ 2- what about safety, Security and reliability of D in Embedded systems ? 3- what

Can't call splitter with range struct

2021-03-15 Thread David Skluzacek via Digitalmars-d-learn
I came across this problem as I was trying to see if could write a quick range-based solution with std.zlib to do what was asked about in a different Learn forum post - read a gzipped file. This seems like it should work: import std.stdio, std.algorithm, std.zlib; import std.range.primitives;

Re: WinUI 3

2021-03-15 Thread Imperatorn via Digitalmars-d-learn
On Monday, 15 March 2021 at 22:07:35 UTC, Siemargl wrote: On Monday, 15 March 2021 at 16:41:08 UTC, Imperatorn wrote: Could D be used with WinUI 3? https://docs.microsoft.com/en-us/windows/apps/winui/winui3/ Would the win32metadata help? 樂 No need to going in another dead end ?

Re: WinUI 3

2021-03-15 Thread Siemargl via Digitalmars-d-learn
On Monday, 15 March 2021 at 16:41:08 UTC, Imperatorn wrote: Could D be used with WinUI 3? https://docs.microsoft.com/en-us/windows/apps/winui/winui3/ Would the win32metadata help? 樂 No need to going in another dead end

Re: WinUI 3

2021-03-15 Thread Paulo Pinto via Digitalmars-d-learn
On Monday, 15 March 2021 at 17:04:56 UTC, evilrat wrote: On Monday, 15 March 2021 at 16:41:08 UTC, Imperatorn wrote: Could D be used with WinUI 3? https://docs.microsoft.com/en-us/windows/apps/winui/winui3/ Would the win32metadata help? 樂 I've seen some slides about WinUI 3 future

Re: WinUI 3

2021-03-15 Thread evilrat via Digitalmars-d-learn
On Monday, 15 March 2021 at 16:41:08 UTC, Imperatorn wrote: Could D be used with WinUI 3? https://docs.microsoft.com/en-us/windows/apps/winui/winui3/ Would the win32metadata help? 樂 I've seen some slides about WinUI 3 future directions and roadmap but haven't tried it yet. Probably it will

WinUI 3

2021-03-15 Thread Imperatorn via Digitalmars-d-learn
Could D be used with WinUI 3? https://docs.microsoft.com/en-us/windows/apps/winui/winui3/ Would the win32metadata help? 樂