5 ms·
Why does scheme have explicit booleans? Does this improve performance or is it just for clarity?
by Wezl 6y ago
Why does scheme have explicit booleans? Does this improve performance or is it just for clarity?
- tekknolagi 6y agoI am doing this for clarity. I could have used nil as the false value and not-nil as the true values. Except for wasting pointer space, I don't think it really matters ¯\_(ツ)_/¯