[racket] Unquoting a variable without unquoting its contents?
http://try-racket.org 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.
AlexKnauth has narrowed the problem down here:
https://github.com/jarcane/try-racket/issues/4#issuecomment-56751603
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.
The best I can think of to do is maybe make a simple macro rather than
using quasiquote? Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140925/e97f0d3f/attachment.html>