Hi there,
I've been working through chapter 7 and wanted to try creating the graph. I grabbed the source from the site and have tried running it like so:
(graph->png *wizard-nodes* *wizard-edges*)
I get this error in return from the listener:
Error: Unbound variable: *WIZARD-NODES*
I see the *wizard-nodes* defined as a global variable at the beginning of the file. Any idea how I can run the sample?
Thanks.