[armedbear-ticket] [armedbear] #88: Predicate to distinguish between functions implemented directly in Java vs. Lisp

armedbear armedbear-devel at common-lisp.net
Thu Mar 4 15:35:31 UTC 2010


#88: Predicate to distinguish between functions implemented directly in Java vs.
Lisp
-------------------------+--------------------------------------------------
 Reporter:  trittweiler  |       Owner:  nobody
     Type:  enhancement  |      Status:  new   
 Priority:  minor        |   Milestone:        
Component:  java         |     Version:        
 Keywords:               |  
-------------------------+--------------------------------------------------
 For Slime, we need a predicate to distinguish between
 functions implemented in Java, and functions compiled
 from Lisp. The reason is because we use different
 mechanism to get at the definition: for Java functions,
 we'll use TAGS, whereas for Lisp functions we will
 use source-location information stored by the ABCL
 compiler.

 Compiled Lisp functions also end up to be of type Primitive,
 so just making the Primitive class available to Lisp
 won't cut it.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/88>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list