<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"></HEAD><BODY><DIV>&nbsp;</DIV>Hi,<BR><BR>I am newer of XOTcl and I am evaluating the language for using it <BR>instead of Itcl in the new version<BR>of a large OSS Telecommunication sw project ranging from SDH/PDH, ip,atm <BR>and application level management.<BR><BR>XOTcl builded successfully on HP-UX 11 and SunSolaris 8 and was <BR>integrated easily it into a starkit.<BR><BR>My preliminary tests reveal this bug:<BR><BR># define a C class with a name<BR>Class C -parameter {{name ""}}<BR><BR># add a new parameter<BR>C parameter {{oid ""}}<BR><BR># now inspect the parameters<BR>C info parameter<BR>{oid ""}<BR><BR>Whereas it would be:<BR>{name ""} {oid ""}<BR><BR><BR>Best Regards<BR>Attilio<BR><BR><BR><BR><BR><BR><DIV><FONT size=2><FONT  face="Courier New">--------------------------------------------------------------------<BR>CONFIDENTIALITY  NOTICE<BR>This message and its attachments are addressed solely to the  persons<BR>above and may contain confidential information. If you have  received<BR>the message in error, be informed that any use of the content  hereof<BR>is prohibited. Please return it immediately to the sender and  delete<BR>the message. Should you have any questions, please contact us  by<BR>replying to </FONT><A href="mailto:webmaster@telecomitalia.it"><FONT  face="Courier New">webmaster@telecomitalia.it</FONT></A><FONT  face="Courier New">.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank  you<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </FONT><A href="http://www.telecomitalia.it"><FONT  face="Courier New">www.telecomitalia.it</FONT></A><BR><FONT  face="Courier New">--------------------------------------------------------------------</FONT></FONT></DIV></BODY></HTML>