<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
It seems abcl generates correct result on some ANSI tests,<BR>
but in actuality abcl fails. The way tests are written, it's hidden from the user.<BR>
Example:<BR>
 <BR>
   disassemble.4<BR>
 <BR>
If one executes<BR>
 <BR>
(disassemble-it (eval '(function (lambda (x y) (cons x y)))))<BR>
 <BR>
as it's written then everything looks ok,<BR>
but <BR>
 <BR>
(disassemble (eval '(function (lambda (x y) (cons x y)))))<BR>
 <BR>
returns the following<BR>
 <BR>
; 'jad' is not recognized as an internal or external command,<BR>; operable program or batch file.<BR>NIL<BR><BR><br /><hr />Windows Live™ Hotmail®: Search, add, and share the web’s latest sports videos. <a href='http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_sports_videos_072009&cat=sports' target='_new'>Check it out.</a></body>
</html>