Remix.run Logo
GardenLetter27 3 days ago

Nope, rust-analyzer is incredible whereas the Zig LSP felt worse than Go.

I agree the borrow checker can be a pain though, I wish there were something like Rust with a great GC. Go has loads of other bad design decisions (err != nil, etc.) and Cargo is fantastic.

seabrookmx 3 days ago | parent [-]

Syntactically speaking, Gleam fits the bill. It's very new/immature though and isn't in the same performance bracket since it runs on the BEAM.

mackeye 3 days ago | parent [-]

how is its startup time? ive wanted to learn it or ocaml for a while and might take the plunge

seabrookmx 3 days ago | parent [-]

I only wrote some toy programs in it, and it didn't jump out to me as an issue. I don't have any real data for you though, sorry!