<div dir="ltr"><div><br></div><div>eval working fine in REPL but gives "ask: unbound identifier;<br> also, no #%app syntax transformer is bound in: ask" error when used in source file like</div><div><br></div><div>
<div>(require racket/include)</div><div>(include "world.rkt")</div><div><br></div><div>(eval '(ask abdur 'go 'north))</div></div><div><br></div><div>I have seen various questions regarding the same eval issue on racket mailing list and in the documentation</div>
<div>but I didn't came across a case where they touch on case like this</div><div>where I am including another file and the function is defined in that class.</div><div><br></div><div>Any help would be greatly appreciated,</div>
<div>Thanks </div></div>