zksecurity / noname

Noname: a programming language to write zkapps
https://zksecurity.github.io/noname/
181 stars 47 forks source link

&&, ||, ! versus and, or, not #15

Open mimoo opened 1 year ago

mimoo commented 1 year ago

I think I like the python way better of using and, or, not, instead of &&, ||, !. I think it might be worth using this in noname.

mimoo commented 6 months ago

but this would be a departure from system languages, which we are trying to mirror here...