andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

deref to assign #464

Open andrew-johnson-4 opened 3 weeks ago

andrew-johnson-4 commented 3 weeks ago
(set x (f()))

is ok but

(set x (maybe-deref(f())))

will fail because it loses its representation markers