Comment by dmux

5 days ago

Yes, you could also build and deploy a Smalltalk system, but my point is that the “build & deploy” approach (to me) seems antithetical to the message passing and late-binding paradigms. To use another example, it seems like you lose a lot of the benefits of Common Lisp via Slime (hot code reloading) if you deploy your Common Lisp app to a short-lived, ephemeral environment.

> (to me) seems antithetical to the message passing and late-binding paradigms

(To me) seems like build & deploy as dev process and message-passing & late-binding as implementation technique.

Separate concerns, I probably misunderstood.