Untitled.md
# announcements
m
Untitled.md
k
Please give some more explanation, what are you trying to do in the first place? Are you trying to recreate a alternative for Kotlin's
&&
,
||
and
()
? Why? What are
associat(true)
,
detectparens(true)
?
m
@karelpeeters `Are you trying to recreate a alternative for Kotlin's
&&
,
||
and
()
?` yes
Why?
so i dont need to manually parse them via a string like
associat("true and false and (true or false)") // true false true or true false false
k
But if you're going to be typing Kotlin code why not use
||
and co immediately?