procgen  Diff

Differences From Artifact [9011b1b988]:

To Artifact [8e5e4c7533]:


    13     13   ;                        age: 26
    14     14   ;                        pw: "swordfish"))
    15     15   ;    (if (user? stacy) (user.name stacy))
    16     16   ;    (define oldstacy (user stacy age: 69))
    17     17   ;    (user.name oldstacy)
    18     18   ;    (user.age oldstacy)
    19     19   
    20         -(include "lisp-macro.scm")
           20  +;(include "lisp-macro.scm")
    21     21   
    22     22   (import (chicken pretty-print)
    23     23   		(chicken keyword))
    24     24   
    25     25   (begin-for-syntax (import (chicken keyword)))
    26     26   	; i cannot believe this worked
    27     27