[armedbear-devel] Ticket #88: Predicate to distinguish Java-based and lisp-compiled functions
10 Apr
2010
10 Apr
'10
1:24 p.m.
Regarding ticket 88, I have the following idea: Lisp functions inherit from either Primitive or CompiledClosure. CompiledClosure isn't used elsewhere, but Primitive is used everywhere in Java too. How about creating an (empty) CompiledPrimitive which isn't used Java-side. Then, with a simple 'instanceof' test, functions can be tested to have been compiled from Lisp or created from Java. How about that? Bye, Erik.
5416
Age (days ago)
5416
Last active (days ago)
0 comments
1 participants
participants (1)
-
Erik Huelsmann