@raviqqe
October 22, 2023
(foo (+ 1 2)) ; (+ 1 2) -> 3 is a temporary value. (let ((x 42)) ; x -> 42 is a bound variable. (foo x))
drop
skip
apply
(apply f xs)
if
O(n^2)
O(n)