Closed ethan-leba closed 3 years ago
Congratulations, you are the first external code contributor to Reazon! The code looks good, but I don't have time to test it just now. Hopefully I'll have some time within the next week.
It looks like you ran into the dynamic scope problem. Aside from that, did you have any trouble running anything? Did you run anything from The Reasoned Schemer?
Sounds good! As far as I've used reazon, it works perfectly fine -- i just tried to run some code in a scratch buffer and had about 30s of confusion why the relation wasn't working
What version of Emacs are you running? Apparently in 27 lexical scoping was made the default in Scratch, IELM, etc, so I have had some trouble reproducing the old bug at all.
I'm on 27.2, so it might just be something with doom emacs -- i'm just gonna drop this PR for now since i don't feel like digging into the byte compiler internals x_x
explicitly alerts a user if their relation won't be defined properly
thanks for this cool project!