S
Sa
Guest
Hello all,
1. I havnt seen anybody atleast in my company using SKILL++. May I
know whats the problem with it?( I like Object oriented programming)
2. ~> is supposed to work in similar way as that of -> ( according to
documenation) but I tried using ~> on a list of disembodied property
list items, it doesnt work. Why?? is it a bug?
3. I am writing an application where I have to deal with several
thousands of records...what data structure I should use?
is it better to use tables with different keys?? like
tbl["prop1"]
tbl["prop2"]
(If I am processing list of such tbls I cant use ~>. I have to go
each and every element in list and do tbl["prop1"])
or should I use dissembodied property lists
tbl = ncons(nil)
tbl->prop1 = ...
tbl->prop2 = ...
( I cant use ~> to get prop1 from list of "tbl"s)
or shld I use defstructs??
( pain to make these defstructs..)
Please give me some sugestions.
Thanks
Sampath
1. I havnt seen anybody atleast in my company using SKILL++. May I
know whats the problem with it?( I like Object oriented programming)
2. ~> is supposed to work in similar way as that of -> ( according to
documenation) but I tried using ~> on a list of disembodied property
list items, it doesnt work. Why?? is it a bug?
3. I am writing an application where I have to deal with several
thousands of records...what data structure I should use?
is it better to use tables with different keys?? like
tbl["prop1"]
tbl["prop2"]
(If I am processing list of such tbls I cant use ~>. I have to go
each and every element in list and do tbl["prop1"])
or should I use dissembodied property lists
tbl = ncons(nil)
tbl->prop1 = ...
tbl->prop2 = ...
( I cant use ~> to get prop1 from list of "tbl"s)
or shld I use defstructs??
( pain to make these defstructs..)
Please give me some sugestions.
Thanks
Sampath