| Paste number 50549: | self-modifying code |
| Pasted by: | jlf |
| 9 months, 2 weeks ago | |
| #lispcafe | Context in IRC logs | |
| Paste contents: |
| (defun aux-function () (print "hello!")) (defun main-function () (aux-function) (compile 'aux-function (lambda () (print "goodbye!"))) (aux-function)) |
This paste has no annotations.