Arduino and MCU Support

Dukc ajieskola at gmail.com
Fri Jun 26 09:30:15 UTC 2020


On Thursday, 25 June 2020 at 03:00:04 UTC, Dylan Graham wrote:
> I'm currently making an automatic transmission controller with 
> Arduino. C++ just has too many traps that I keep falling into. 
> Since stability is critical (if the code screws up at 100km/h 
> I'm dead), I'd rather use a sane language like D.

No, don't! Regardless of the language, you should never trust 
your safety on one single program. See 
https://www.digitalmars.com/articles/b39.html

Realistically, doing such a controller cannot be one man/woman 
endeavour.


More information about the Digitalmars-d-learn mailing list