Colin on Nostr: npub1zglpd…crqd7 Sorry I haven't touched Scheme in a bit. If it has alists I'm ...
npub1zglpd69ltamxe7nnm6rdfleu8amgg3sn24n8rvdey6avckmeax8qvcrqd7 (npub1zgl…rqd7) Sorry I haven't touched Scheme in a bit. If it has alists I'm assuming it's also part of the culture to use plists (Property Lists) of the form:
(:a 1 :b 2 :c 3)
These are common in CL and Elisp at least, and I've always found them simpler than alists. Here I've used keywords for keys, but they could be anything.
(:a 1 :b 2 :c 3)
These are common in CL and Elisp at least, and I've always found them simpler than alists. Here I've used keywords for keys, but they could be anything.