What's an example of a good Julep? I did some searching and couldn't find much. Is there a document somewhere about writing and submitting Julia Enhancement Proposals?
On Tuesday, August 23, 2016 at 11:09:25 AM UTC-7, Stefan Karpinski wrote: > > On Tue, Aug 23, 2016 at 12:39 PM, Brian Rogoff <[email protected] > <javascript:>> 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 >> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FJuliaLang%2Fjulia%2Fissues%2F5410&sa=D&sntz=1&usg=AFQjCNGQ278eIdJcTAsQPvyraltYcTf1bg> >> >> 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. >
