Random thought about difference between application and middleware programming. In application programming you start with modeling your domain and then implement it. In middleware programming you start with a OS level primitives and do your implementation around that. Agree/Disagre?
@tetrislife Yeah 😅 I kinda assumed compiled programming language. In Smalltalk you do everything and your IDE in one "image". But it is mostly about design priorities. Middleware (eg. dbus) IMO must be designed around OS and not around hypothetical "application".