#88: Predicate to distinguish between functions implemented directly in Java vs. Lisp --------------------------+------------------------------------------------- Reporter: trittweiler | Owner: nobody Type: enhancement | Status: new Priority: minor | Milestone: 0.20 Component: java | Version: Resolution: | Keywords: bite-size --------------------------+-------------------------------------------------
Comment(by ehuelsmann):
Proposed solution: Add a CompiledPrimitive class; add a function which returns T if the argument passed in is either of type CompiledClosure or CompiledPrimitive.
That should address this request.