[racket] Expand string for use with enter!

From: Mark Watts (miraiwarren at gmail.com)
Date: Tue Jan 7 10:03:10 EST 2014

That's what I suspected, but thought there might be something for it
already. Thank you.


On Mon, Jan 6, 2014 at 9:07 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:

> The `enter!` form is analogous to `require`, where both are syntactic
> forms. It sounds like you want something analogous to
> `dynamic-require`, but there's currently no `dynamic-enter!`.
>
> We can add `dynamic-enter!` to `racket/enter`. Meanwhile, though, you
> may have to use `eval` as a workaround.
>
> At Mon, 6 Jan 2014 18:07:35 -0600, Mark Watts wrote:
> > Hello,
> >
> > I'm trying to make a wrapper for enter! (from racket/enter) but the
> > filename argument gets read by enter! as a symbol rather than the value
> it
> > is bound to. How can I expand the argument into a string for this case?
> >
> > --
> >
> > Cheers,
> > Mark Watts
> > Department of Computer Science
> > University of Texas at Austin
> > ____________________
> >   Racket Users list:
> >   http://lists.racket-lang.org/users
>



-- 

Cheers,
Mark Watts
Department of Computer Science
University of Texas at Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140107/40990c0b/attachment.html>

Posted on the users mailing list.