On 03/08/2015 07:22, Neil Van Dyke wrote:
Michael Titke wrote on 08/03/2015 12:50 AM:

Perhaps /quote/ and /eval/ would do the job? That is the usual way to treat Scheme code as data and data as Scheme code.

Eval might indeed be the perfect solution this time, iff every other conceivable alternative has been rejected. :)

Shameless link to PSA on the topic of eval: http://lists.racket-lang.org/users/archive/2014-July/063597.html

Suggestions for other forms for PSA are welcome: http://lists.racket-lang.org/users/archive/2014-July/063618.html

Neil V.

On a second thought you would even need to serialize the data graph (let's just call it string) and "unstring" it on the other side with the infamous /read/. You could just send a dot rkt file there ...

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to