[plt-scheme] Is this possible with at-exp ?
On Jun 25, Jaime Vargas wrote:
> I would like to use the at-exp reader when coding system calls. Is
> there a form with similar behavior to @op[args] that transform every
> argument into a string?
>
> @system*[/usr/bin/ssh -o BatchMode=yes
> -o LogLevel=ERROR
> -o StrictHostKeyChecking=no
> -- @host @commands]
I'm not sure what you're trying to achievem but if you're not using
text arguments, then there's no point in using the `at-exp' language.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!