<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
> > (disassemble (eval '(function (lambda (x y) (cons x y)))))<BR><BR>
After installing jad (I could not find it before, thank you for the link) this form produces disassembly.<BR>
 <BR>
But the form<BR>
 <BR>
(disassemble '(lambda (x y) (cons y x)))     (see disassemble.3)<BR>
 <BR>
returns <BR>
 <BR>
; Disassembly is not available.<BR>NIL<BR><BR>
with or without jad.<BR>
 <BR>
Why inconsistency?<BR>
 <BR>
Regarding javap one could check what's available: jad -> javap -> <warning><BR><br /><hr />Windows Live™ Hotmail®: Celebrate the moment with your favorite sports pics. <a href='http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_sports_photos_072009&cat=sports' target='_new'>Check it out.</a></body>
</html>