Julia Programming Language
Is there a Julia equivalent for this Python syntax
General Usage
question
lungben
June 23, 2021, 1:28pm
2
id = (id === nothing) ? string(UUIDs.uuid4())[1:8] : id
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to do one-liners and other short conditionals?
General Usage
10
1300
September 27, 2017
Shortcut if isnothing(variable = match(...))
New to Julia
3
373
August 6, 2022
How do I assign and branch?
New to Julia
question
9
240
November 15, 2024
Julia equivalent to Python's id function
New to Julia
3
991
August 22, 2022
A for loop where the counter isn't used
Internals & Design
question
8
3713
January 13, 2019