Simple Code Generation for ifCovers the compilation of statement sequences, control structures, boolean representation, and comparisons in WebAssembly code generation.
Control Flow Statements in CCovers control flow statements in C, including if-else and switch statements for decision-making and value comparison.
Common Errors in Type BoolAddresses common mistakes with the bool type in C++, explaining its use for conditions and providing examples of correct usage.
Python Programming BasicsCovers the basics of Python programming, including input/output operations, loops, and conditional statements.
Bobby's StoryExplores the first part of Bobby's story through a simple code demonstrating Bobby's actions and thoughts.
Functional Programming Basics in ScalaCovers the basics of functional programming in Scala, including evaluation strategies, conditionals, and value definitions, with a focus on computing square roots with Newton's method.