On Tue, Aug 23, 2016 at 12:39 PM, Brian Rogoff <[email protected]> wrote:
> It's a bit surprising that Julia doesn't have built in enums and a > case/switch form. I'm glad that there's open > issue https://github.com/JuliaLang/julia/issues/5410 to address the lack > of case/switch. Is there any hope that > we may see these (or at least the built in case/switch) in 1.0? > It's certainly possible. The best way to make it happen is to write a good Julep for how case/switch should behave and once there's general agreement on the plan, make a PR to implement it.
