5 comments

[ 3.3 ms ] story [ 20.7 ms ] thread
I saw some discussion about channels in Go recently and thought people may like to see what they're based on, especially with so many people developing new languages recently. In my opinion the Ada version is much nicer, but I'm biased by the fact that I write code in Ada every day.

There's also a number of features here which are not present in Go, namely:

- Entry families.

- The ability to attach a precondition to an entry or an accept statement in a select.

- in and out parameters as part of the same entry.

> I write code in Ada every day.

What is your development environment setup?

(comment deleted)