2 USING: kernel sequences sets combinators.cleave
3 obj obj.view obj.util obj.print ;
7 SYM: person types adjoin
10 SYM: owners properties adjoin
11 SYM: eta properties adjoin
12 SYM: notes properties adjoin
14 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16 SYM: slava { type person } define-object
17 SYM: doug { type person } define-object
18 SYM: ed { type person } define-object
20 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27 "Investitage FEP on Terrorist"
28 "Problem with cutler in VirtualBox?"
33 SYM: remove-old-accessors-from-core
40 SYM: move-db-and-web-framework-to-basis
47 SYM: remove-old-accessors-from-basis
61 SYM: multi-methods-backend
68 SYM: update-core-for-multi-methods { type todo owners { slava } } define-object
69 SYM: update-basis-for-multi-methods { type todo } define-object
70 SYM: update-extra-for-multi-methods { type todo } define-object
73 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
76 objects [ type -> todo = ] filter
77 [ { [ self -> ] [ owners -> ] [ eta -> ] } 1arr ]
79 { "ITEM" "OWNERS" "ETA" } prefix
82 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!