[racket] want to pass argument via terminal in linux

From: Boshra Nabaei (b.nabaei at gmail.com)
Date: Wed Mar 20 17:06:29 EDT 2013

Wow! finally it works now!!  Thanks a lot! best group ever seen!


On Wed, Mar 20, 2013 at 12:41 PM, Danny Yoo <dyoo at hashcollision.org> wrote:

> On Wed, Mar 20, 2013 at 1:30 PM, J. Ian Johnson <ianj at ccs.neu.edu> wrote:
> > You'll want to look at dynamic-require for this. Require forms do not
> accept arbitrary Racket expressions because they are used at compile time.
>
>
> Hi Boshra,
>
> See the very bottom of:
>
>     http://docs.racket-lang.org/guide/mk-namespace.html
>
> for an example of dynamic-require in action.
>
>
> It sounds like you'll be doing some dynamic evaluation, in which case
> you probably will want to scan through:
>
>     http://docs.racket-lang.org/guide/reflection.html
>
> to get a better feel for the issues involved in dynamic evaluation.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130320/561054c8/attachment.html>

Posted on the users mailing list.