|
|
|
|
|
by dkarl
163 days ago
|
|
I always assumed a runtime specialized for highly concurrent, fault-tolerant, long-running processes would have a noticeable startup penalty, which is one of the things that bothers me about Python. Is that something you notice with Gleam? |
|
If you want something with minimal startup times then you need a language that complies to native binaries like Zig, Rust or OCaml.