📝Software updates as part of the programming system

Languages that make software updates explicit

  • Erlang: release handling
  • Darklang—functions are versioned, you can deploy your code from within the environment
  • webpack hot reload + react-refresh support that, but they are dev-only systems

Backlinks