5 ms·
No native support for concurrency operators, no real event loop implementation, lack built-in support for non-blocking IO... I do Elixir regularly and Actor Mod
by kangoo1707 6y ago
No native support for concurrency operators, no real event loop implementation, lack built-in support for non-blocking IO...
I do Elixir regularly and Actor Model is not something PHP developers know
- Spivak 6y agoIs this just a long way of saying it doesn’t have “async” because threads are a perfectly fine concurrency primitive that you can build event loops on top of.
- eithed 6y agoThere is async in PHP
- macinjosh 6y ago> I do Elixir regularly and Actor Model is not something PHP developers know /me clutches pearls What a travesty! I wish, I, a lowly, stupid PHP developer was smart enough to know about the Actor model! /s
- Eremotherium 6y agoLook into ReactPHP, Swoole and Spatie
- Can_Not 6y agoNot being a BEAM language is not unique to PHP or it's relevant peer languages.