▲ | jitl 3 days ago | |||||||
I find Swift to be a nice, less Rust-y Rust. It uses automatic memory management by refcounting (I would call it a GC’d language but people start flame wars about it). Alas ecosystem is small and oddly shaped. Like with Rust you can write very imperative code full of mutation and thingies with tons of methods, or you can write very functional code passing around immutable struct values types. It also has decent async story, and newly got “actors” and is heading towards optional rust like borrow checking. | ||||||||
▲ | Degorath 3 days ago | parent [-] | |||||||
I really _want_ to like Swift, but the development experience was so abysmal that it turned me off the language entirely. I have been entertaining the thought of writing an LLVM frontend for Gleam, though. (I don't know what I'm doing, I don't know if this is doable, etc.) | ||||||||
|