top | item 22429492

(no title)

CodiePetersen | 6 years ago

No boolean operators?! That's an odd choice.

discuss

order

christophkirsch|6 years ago

We chose not to include support of Boolean operators and instead ask the students to implement that as part of an assignment. We use a self-grader for that. There is an assignment for bitwise Boolean operators. The assignment for logical Boolean operators with lazy evaluation is work in progress.

Koshkin|6 years ago

It’s a cute little exercise, to implement the three Boolean operations using operations on integers.