Why time is evil in distributed systems

This is an interesting presentation:

Peter does a good job a simplifying the programming task down to two categories:

  • stuff that can be implemented in pure functions
  • stuff that has uncertainties (interaction points) that must be implemented using imperative methods

I’m not a language expert, but it feels like Elm does a good job at minimizing the “interaction points.”

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.