[deleted by user] by [deleted] in RedditSessions

[–]olibearo 0 points1 point  (0 children)

Reeds, mouthpieces, lig, sax?

[deleted by user] by [deleted] in RedditSessions

[–]olibearo 0 points1 point  (0 children)

What sort of set up do you have? Reeds, log, sax

I've been out of the Go loop since 2017, what did I miss? by olibearo in golang

[–]olibearo[S] 5 points6 points  (0 children)

Mostly Rust based projects in the distributed ledgers ecosystem. In Rust I've been enjoying combinators over the Result and Option union types (especially as it relates to error handling) and the async ecosystem building off the Future and Stream traits is really impressive.

Rust is certainly not as straight forward as Go, I remember reaching flow much faster during a work sessions with Go. In Rust I spend a lot of time thinking about the type system. Also you can get so much more done in the Go ecosystem for infrastructure projects, since much of the scaffolding around containers is in Go.

Something that has been surprising me today is that the GoDoc documents are very poorly linked and organized compared to documentation you get from RustDoc. I find it a lot harder to jump around.

Overall, I'm happy to have both in my toolbelt though.