|
|
|
|
|
by smaudet
590 days ago
|
|
Not only that he wants to re-invent messaging and daemons, essentially. There are pre-existing paradigms for service brokers, message passing, etc., they all try to solve this problem, and they all share this same fault, they become in-extensible... Which is the core programming tradeoff, flexibility vs robust constrained behavior. On the extreme end of flexibility you have AI goop you barely understand, but arguably it is far more flexible than anything you ever wrote, even if you can't make any guarantees about what it does, on the other hand you have these declarative things that work fantastic if that's what you wanted, but probably not worth getting into computers for... |
|