[racket] specifying strings without escaping backslash
If you don't mind using `#lang at-exp racket`, I think you could write
@~a{C:\Users\Harry\SANSKRIT\GRETIL ALL\adyappu.htm}
On Tue, Dec 3, 2013 at 7:51 PM, Harry Spier <vasishtha.spier at gmail.com> wrote:
>
> Are "here strings" the only way to specify strings that don't escape
> backslash. Is there a way to do it in one line instead of three like:
> (string->path #<<xxx
> C:\Users\Harry\SANSKRIT\GRETIL ALL\adyappu.htm
> xxx
> )
>
> Thanks,
> Harry
>
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>