| Paste number 49772: | example for topo |
| Pasted by: | fax |
| 9 months, 2 weeks ago | |
| #lispcafe | Context in IRC logs | |
| Paste contents: |
| > (defun ticker (list) (lambda () (pop list))) TICKER > (ticker (list 3 5 7 2)) #<CLOSURE (LAMBDA ()) {123879B5}> > (funcall *) 3 > (funcall **) 5 > (funcall ***) 7 |
This paste has no annotations.