
In my code I seem to have mangled my syntax. I’m having trouble finding where I did it. Do you know of ways I would be able to mangle syntax? When I print the stx object I get something along the lines of <syntax myfilename10754>
So the datum is `myfilename10754, and all of the fields for syntax are #f. Any idea of how i could have caused this to happen?

@plotnus (datum->syntax #f 'myfilename10754)
would give you #<syntax myfilename10754>

myfilename10754
smells like it came from gensym
or make-temporary-filename
or similar?

@greg that sounds like a good place to start. I’ll search for those methods and see what’s going on. Much thanks for the help. I’d be lost without you all. :pray:

@markx re: MUD design

you can start a thread in slack to have convos out of the way of the main channel