Re: question on structures again

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thanx. wouldn't be the overkill if you could do:

structure ListCapsule   
 object andlist  
 object orlist   
 object rules  
 object certainties 
 procedure doprocedure(atom a, atom b) 
 function  dofunction(atom a, atom b) 
 ListCapsule(object yy) 
 ListCapsule() 
end -- or some how else  

just as oberon, easy, simple minimum of keyword ans a whole new perspective - and here you find users.

structure ListCap extends ListCapsule  
 atom xx  
 sequence yy 
 function  dofunction(atom a, atom b) 
 ListCap(atom yy) 
 ListCap() 
end  

an object, no multiple inheritance - just Wirth plain, clear and easy. we thought that this could open a whole new universe for programmers.

richard

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu