Paste number 50549: self-modifying code

Paste number 50549: self-modifying code
Pasted by: jlf
9 months, 2 weeks ago
#lispcafe | Context in IRC logs
Paste contents:
Raw Source | XML | Display As
(defun aux-function ()                                                                                
  (print "hello!")
)
                                                                                  
                                                                                                      
(defun main-function ()                                                                               
  (aux-function)                                                                                      
  (compile 'aux-function                                                                              
           (lambda ()                                                                                 
             (print "goodbye!")
)
)
                                                                    
  (aux-function)
)

This paste has no annotations.

Colorize as:
Show Line Numbers

Ads absolutely not by Google

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.