Since 5/5/2012 11:59:12 PM, taoufik has written 1 articles and participated in 0 conversations. taoufik signature: taoufik
taoufik's articles:
Items(1) /1
inverse function4362 (2/13/2010 5:27:43 PM) comp.lang.lisp Dear, Does someone know if there is any work done to generate an inverse of any given lisp function (if possible). Example: > (defun f (x) (+ x 1)) > (f 2) 3 > (funcall (inverse #'f) 3) 2 > (funcall (invers... Taoufik