Name: Anonymous 2011-03-26 9:52
Why do we need it, when we've associative lists and hashtables?
And no OOP required.
my_hash["type_tag"] = "Dog".And no OOP required.
my_hash["type_tag"] = "Dog".
cat "Dog" > type_tag
cat "true" > barks
bash -c "$meta_classes/$(cat type_tag)/method_name $(pwd)"
MyStruct = struct
int32 a;
int64 b;
ref c;
uint16 d[4];
end;
m = MyStruct();
m.a = 4;
m.d = {1,2,3,4};
(let ((*fox-environment* (cons 'human-interference *fox-environment*)))
...
)