Every industry is full of technical hills that people plant their flag on. What is yours?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 8 months ago* (last edited 8 months ago)

build a Smalltalk program from the ground up while it's running the entire time.

Lisp works this way too. An editor can provide completions, documentation, and the like by introspection of the running program. Experimental code can be tested immediately against live state.

I'm puzzled that this approach isn't more common.

  • source
  • parent