probmods / webchurch

A Church to Javascript compiler (DEPRECATED)
Other
140 stars 15 forks source link

logical operators don't short-circuit #51

Closed djthorne closed 10 years ago

longouyang commented 10 years ago

and and or actually do short-circuit but they are regular old functions (unlike if) and webchurch evaluation is not lazy.