-
-
This Tweet is unavailable.
-
Interesting comparison. Ruby permits meta-programming and is very expressive, Go is quite the opposite. If we are talking analogies. Go <-> Rust to me is like C <-> C++ or Java/Kotlin <-> Scala.
1 reply 0 retweets 2 likes -
Replying to @danieldekok @GearedUpTech and
I'm a novice with both Rust and Go, but I think the comparison of Ruby and Go is apt in terms of speed to deliver. Go may not be as expressive, but it's a minimalist language, imo
2 replies 0 retweets 1 like -
Replying to @serra_allgood @danieldekok and
Interesting comparison. I’ve also heard Go referred to as modern Ruby and hipster C
Should I consider rust for distributed system work or is it more aligned with lower level work [OS, computational systems, game engines, etc]?1 reply 0 retweets 1 like -
Replying to @GearedUpTech @danieldekok and
I haven’t worked with rust yet but I’ve spent a lot of time with go. There are some notable infrastructure things written in golang. Docker, the Hashicorp stuff, etc. Also it’s worth noting that Bitcoin’s Lightning Network node reference is written in golang.
1 reply 0 retweets 1 like -
Replying to @jsfour @danieldekok and
Definitely. Kubernetes and Ethereum are also written in Go
My background is web tech so I am naturally more aware of projects in this space. Are you aware of any larger projects leveraging Rust? I would love to learn their use cases to help me understand what makes Rust great2 replies 0 retweets 0 likes -
Replying to @GearedUpTech @danieldekok and
I don’t know of anyone who is using Rust in prod yet. Lots of talks about doing it. I think it just is going to need time. In my mind Rust is to C as go is to c++. Could be wrong though. Not a ton of experience with Rust and my C/c++ experience is dated.
1 reply 0 retweets 0 likes
Here’s a list of production users: https://www.rust-lang.org/en-US/friends.html … Not on that list, but still using Rust: Facebook, Amazon, Google. It’s been growing quite a lot!
-
-
Thanks for the share! I love that a good number of the companies listed have links to blog posts and github repos. This is very helpful
0 replies 0 retweets 2 likesThanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
Over the past few months I have been learning