I am disappointed in the lack of interest most embedded software engineers show in high level (functional) programming languages.
Conversation
Replying to
Apart from learning to deal with hardware quirks, learning FP has been the single most important step for me to learn embedded.
1
Replying to
Thinking of in terms of generating a program to solve a problem has been key in this process. Generating programs is what FP does well.
1
Replying to
It is all about having a good model of computation (e.g. lambda calculus) and then playing with evaluation time.
1
