You are viewing a single comment's thread from:
RE: Interval Tree Clocks - Determining the sequence of events in distributed systems
Go is the best language out there for writing distributed applications. I'm not surprised that almost all the newest protocols already have go implementations... You just make less mistakes by following its idiom.
Thank you, @l0k1, for the recommendation!
I've found https://golang.org and I'll read up on it! :D
IoT stuff is where embedded is moving towards and there is a lot more capability, and you can run Go code on most of these SoC devices for doing sensors and data distribution. The nodes can be a lot smarter than they used to be.
I will have to see if there are Go implementations for the Atmel chips that I am very fond of designing for. That may be a good area for my future focus. Thanks! :D