How do people program without a REPL? I'm always wanting to run little bits of code to see if what I'm thinking is right.
Conversation
Replying to
Embedded programmers must have some nice development patterns. Thinking of 's book.
1
Replying to
People seem to invent their own system of dealing with the challenges. Most popular: don't fix it if it ain't broke.
3
Replying to
Here’s my evidence that embedded devs don’t solve the compile-to-run time wingman-sw.com/attendee_prepa
2
1
Replying to
. Embedded is often so intrinsically stateful that fitting in a REPL is not obvious, but pays off to try.


