In Python, I can do something like this:
t = (1, 2) a, b = t
...and a will be 1 and b will be 2. Suppose I have a list \'(1 2) in
\'(1 2)
I think this is what you are looking for:
Look at let-values or let+.
let-values
let+