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
. I'm heavily influenced by Forth & Scheme. In C that's custom GDB stub as a REPL with fast reload+restart.


