RSSAmplifier

Sasank Chilamkurthy · Dec 18, 2023

Scheme Compiler in Incremental Steps: Conditional Expressions

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

In this post, let’s implement conditional expressions: (if test conseq altern). This is simple to implement at assembly level. We need to employ two labels to transfer control to conseq or altern based on whether test is true. In scheme all values...

Read on //scheme-compiler-6-conditional-expressions.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.