Re: ADA to EUPHORIA
- Posted by jaygade Aug 01, 2014
- 1952 views
Enumerations in Swift and Go are pretty interesting, and are not necessarily backed by raw integral values. I'm not even sure if they are always ordered, but I'm still learning.
I don't think those concepts would fit in with Euphoria so well though.
Edit: Sorry, enums in Go are just constants assigned to a value. I'm confusing myself a bit by looking into both languages. Enums in Swift are actually like tagged unions.