This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Is there a way to get the number of the function

2 posts · 1040 views

Is there a function to make me get the number of the function,which is define by me or not?

Re: Is there a way to get the number of the function

Probably. What is it you want to do?

You could use the function itself as a key in a hash table, put a number in the function symbol's plist, specialize a generic function on the function, ...