Julia Programming Language
For .... if ... syntax?
Internals & Design
loops
,
control-flow
stevengj
July 13, 2021, 12:16pm
2
This would be a breaking change, since
for iter if cond # stuff end end
is already valid syntax.
12 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Why `for/if` syntax is not allowed in loops
Internals & Design
loops
,
control-flow
6
583
September 20, 2024
Add `if` to for-loops like in comprehensions
Internals & Design
5
771
January 21, 2020
What if the `if` filter from generator statements worked in for loops too?
Internals & Design
4
527
March 28, 2022
`for i = 1:M, j = 1:N` discrepancy (loop vs comprehension/generator)
Internals & Design
syntax
,
loops
26
4089
December 28, 2022
Proposal to extend the syntax of list comprehensions with a `let` clause
Internals & Design
38
2133
September 19, 2022