function both(f,g){ return function(){ f.apply(null,arguments) && g.apply(null,arguments); }; }
(+ 1 2) (car (3 . 4))
Author: tom
Date: 2012-08-20 周一
HTML generated by org-mode 6.33x in emacs 23