<div dir="ltr"><a href="http://try-racket.org">http://try-racket.org</a> continues to splutter to life, but there's still something of a glaring error in that it doesn't really like list or quote at all.<div><br></div><div>AlexKnauth has narrowed the problem down here: <a href="https://github.com/jarcane/try-racket/issues/4#issuecomment-56751603">https://github.com/jarcane/try-racket/issues/4#issuecomment-56751603</a></div><div><br></div><div>It seems that unquoting a variable does funny things to the variable's contents when they contain a bare quoted list or symbol, so we get weird results and errors. Quotes get lost, and then the eval finds itself looking at mangled forms.</div><div><br></div><div>The best I can think of to do is maybe make a simple macro rather than using quasiquote? Any ideas?</div></div>