define an adverb A such that:

f A = 'f'

that is for any verb f, f A returns the string that
names f.

If this is currently impossible, is there a way to use
the 5!: functions such that f A generates a unique
string for any value of f.

A =: 1 : '5!:5 < ''u.'''  NB. generates a string for
the functionality of u. instead of the name of u.

If none of this can be done, has anyone come up with a
method to memoize results of a verb?
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/325905

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to