On 02/06/2013 22:56, Juan Jose Garcia-Ripoll wrote:
> Your expectation is bogus. TYPEP returns a logical true, which may be 
> any object that is not NIL. ECL translates (TYPEP X 'BOOLEAN) into 
> (MEMBER X '(NIL T)).

Thanks. I'll note that it doesn't do this rewrite for interpreted code, 
which leads to different results for interpreted and compiled code 
(probably is allowed by CLtS 3.2.2.3).

Eric

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to