|
|
|
|
|
by innocentoldguy
190 days ago
|
|
- No state machine behaviours. Gleam cannot do gen_statem. - Limited OTP system messages. Gleam doesn't yet support all OTP system messages, so some OTP debugging messages are discarded by Gleam. - Gleam doesn't have an equivalent of gen_event to handle event handlers. - Gleam doesn't support DynamicSupervisor or the :simple_one_for_one for dynamically starting children at runtime. |
|
I have been meaning to ask about that on the discord but its one of the ten thousand things on my backlog.
Maybe i could write a gen_event equivalent.. I have some code which does very similar things.
Thank you for taking the time to respond.