This is my current mental model for picking a language, considering just the language itself: - Backends: Gleam or other BEAM - Web frontend: Gleam - Mobile apps: Dart + Flutter - Specialized mobile apps: Swift and Kotlin - Blazing fast: Zig - Blazing fast and safest: Rust - Fast performance and iteration: Go Would love to hear additions and corrections. My only problem with this is I'm not a fan of Go's syntax and I…
I Hope Rust Does Not Oxidize Everything
11–20 of 195 posts
Re: I Hope Rust Does Not Oxidize Everything
#12Projects adopting rust makes contributing less fun and more painful I tried to work on bug fix for Zed, waiting 30 seconds everytime you change a value was _very_ painful
Re: I Hope Rust Does Not Oxidize Everything
#13Rust is certainly not the last word in systems programming languages, but it's an huge leap forward from C and C++. To be honest, it's a sad reflection of our industry that it's taken this long to get basic safety + ML circa 1975 language features into this niche. If things had turned out a little bit different we could all have been using OCaml for the past few decades.
Re: I Hope Rust Does Not Oxidize Everything
#14This is my current mental model for picking a language, considering just the language itself: - Backends: Gleam or other BEAM - Web frontend: Gleam - Mobile apps: Dart + Flutter - Specialized mobile apps: Swift and Kotlin - Blazing fast: Zig - Blazing fast and safest: Rust - Fast performance and iteration: Go Would love to hear additions and corrections. My only problem with this is I'm not a fan of Go's syntax and I…
I’m not very experienced with BEAM, but could its features be delivered with a framework on top of a different stack? I know Akka is popular.
Re: I Hope Rust Does Not Oxidize Everything
#15Re: I Hope Rust Does Not Oxidize Everything
#16Within Rust is a smaller, simpler, safer language struggling to get out
Re: I Hope Rust Does Not Oxidize Everything
#17Projects adopting rust makes contributing less fun and more painful I tried to work on bug fix for Zed, waiting 30 seconds everytime you change a value was _very_ painful
Re: I Hope Rust Does Not Oxidize Everything
#18Rust is certainly not the last word in systems programming languages, but it's an huge leap forward from C and C++. To be honest, it's a sad reflection of our industry that it's taken this long to get basic safety + ML circa 1975 language features into this niche. If things had turned out a little bit different we could all have been using OCaml for the past few decades.
That's true. Could it be that's because we are expert at nitpicking every programming language, every framework and stack which appears to the point it takes time to make steps forward ? Some sort of paralysis, insecurity and confusion ?
Re: I Hope Rust Does Not Oxidize Everything
#19Within Rust is a smaller, simpler, safer language struggling to get out
Readable would be a nice benefit.