this post was submitted on 08 Jul 2023
122 points (91.8% liked)

Programmer Humor

19282 readers
798 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] GTG3000@programming.dev 0 points 1 year ago (2 children)

and then you have lua

local result = condition and a or b

I'm not complaining, although it gets a little confusing when one of the results is falsey. Which is a rarity since only false and nil are falsey in lua.

[–] LeylaaLovee@lemmy.fmhy.ml 1 points 1 year ago

It's amazing what people have made in Roblox with that language.

[–] Xylight@lemmy.xylight.dev 1 points 1 year ago

Still less intuitive than Kotlin's if expressions.