plotnus
2018-8-29 23:10:20

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?


greg
2018-8-29 23:26:11

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


greg
2018-8-29 23:27:19

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


plotnus
2018-8-30 00:12:03

@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:


notjack
2018-8-30 01:43:54

@markx re: MUD design


notjack
2018-8-30 01:44:15

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