Hacker News new | ask | show | jobs
by CodiePetersen 2311 days ago
No boolean operators?! That's an odd choice.
2 comments

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.
It’s a cute little exercise, to implement the three Boolean operations using operations on integers.