On Wed, Jan 14, 2015 at 3:16 AM, Paulo Pinto via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Wednesday, 14 January 2015 at 10:37:31 UTC, Atila Neves wrote:
That post, to me, only reinforces how much better using exceptions is.

Atila

They posted recently a blog post about error handling in Go.

https://blog.golang.org/errors-are-values

--
Paulo

Agree, on the other hand is another example of the mindset.

It is interesting to me that as people come up with ways to make error-code handling better it starts looking very much like exceptions.