efim b7bccb9cfb koans on types and clos
- types are complicated, not sure how to look up documentation for it
would they show up in apropos all?
- list formatted types - like array vector can specify type of element,
rank / dimentions
(not sure there's variancy over the element type?)
- clos - similar to structure
for structured you get separate functions to get slots, use setf to set
generalized variables
with classes, I can use generic function to create #'make-instance
and access slots with (#'slot-value instance 'slot-name)
but there could be defined accessor, reader, writer,
and :initarg to name slot to have handle to set value in constructor

now that's a lot
2022-08-03 20:43:31 +00:00
..
2022-07-26 12:18:42 +00:00
2022-07-24 13:18:22 +00:00
2022-07-24 13:18:22 +00:00
2022-07-24 13:18:22 +00:00
2022-08-03 20:43:31 +00:00
2022-07-24 13:18:22 +00:00
2022-08-01 07:49:12 +00:00
2022-07-28 19:10:31 +00:00
2022-07-30 18:33:04 +00:00
2022-07-24 13:18:22 +00:00
2022-07-25 07:45:38 +00:00
2022-07-31 12:14:21 +00:00
2022-07-24 12:18:03 +00:00
2022-07-24 13:18:22 +00:00
2022-07-24 13:18:22 +00:00
2022-07-30 18:33:04 +00:00
2022-07-24 12:18:03 +00:00
2022-08-03 20:43:31 +00:00
2022-07-26 12:18:42 +00:00