What is Nostr?
Digital Mark λ 📚 🕹 💾 🥃 /
npub1lwr…38zw
2025-01-03 08:25:01
in reply to nevent1q…g35v

Digital Mark λ 📚 🕹 💾 🥃 on Nostr: nprofile1q…3s5e3 I have a class, say (defclass Point () ( (%x :initarg :x :accessor ...

nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqmcptsh7w87wfwx94kd65xpkr470m84smz3hwujxkcmfvgqnc2nusq3s5e3 (nprofile…s5e3) I have a class, say
(defclass Point () ( (%x :initarg :x :accessor ptx) (%y :initarg :y :accessor pty) ))
(defparameter p (make-instance 'point :x 2 :y 3))
(write p :stream out)

What I expect:
#{Point :x 2 :y 3}

Now imagine a class with 5 or 10 fields.
Author Public Key
npub1lwr6ewhchfc8u4k0fupgl4kvr6vm3fu0aqe8e2msj9032ccmqeeqmu38zw