Re: D in AI Field

2021-03-16 Thread Imperatorn via Digitalmars-d-learn

On Tuesday, 16 March 2021 at 03:33:55 UTC, Lasheen wrote:

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 about memory issues in D if i use it in AI ?
4- is there a compiler for AI ?
};
Thank you.


https://forum.dlang.org/thread/maqboaehjhmxvtssx...@forum.dlang.org


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 about memory issues in D if i use it in AI ?
4- is there a compiler for AI ?
};
Thank you.