On Mon, 2016-10-24 at 15:49, Milan Bouchet-Valat <nalimi...@club.fr> wrote: > Le lundi 24 octobre 2016 à 08:05 -0400, Isaiah Norton a écrit: >> >> >> On Monday, October 24, 2016, Angel de Vicente <angel.vicente.garrido@ >> gmail.com> wrote: ... >> > Is it possible now (or in the near future) to have named nested >> > loops in >> > Julia? >> >> No, and I'm not aware of any plan to support this. But youcan create >> customcontrol flow with '@goto', so itcould be probably bedone >> with a macro. > A way to get out of multiple loops has actually been discussed, and the > consensus appears to be that it's a good idea: > https://github.com/JuliaLang/julia/issues/5334 > > Though it's not a high-priority feature since @goto works quite well.
Interesting. Also note the macro posted in the comment: https://github.com/JuliaLang/julia/issues/5334#issuecomment-206508859 might be just what you need.