▲ | sodapopcan 3 days ago | |||||||
To add to all these other answers, what would you hope to get out of it without BEAM? Just the syntax? | ||||||||
▲ | jszymborski 3 days ago | parent [-] | |||||||
I like Python, but it's dynamically typed and slow-ish. I like Scala, but I've bumped into the pointy edges of the JVM (e.g.: type erasure) too many times. Rust is great but for most use-cases I am happy compromising with a GC than having to worry about liftimes and ownership and borrows, etc.. Gleam seems like a happy in-between for me, but not knowing much about BEAM and with my negative experiences with the JVM, I had concerns about the overhead. | ||||||||
|