[plt-scheme] Eval & printf

From: Cyprien Nicolas (c.nicolas at gmail.com)
Date: Wed Nov 28 12:08:19 EST 2007

Did you try

(require (lib "string.ss")) ; for eval-string
(parameterize ((current-output-port (open-output-text-editor a-text)))
   (eval-string my-stuff))

 ?

2007/11/28, Laurent <Ouaibou at gmail.com>:
> Hello,
>
> I have some scheme expressions in a string.
> I eval each expression and i put the eval result to an text% with
> insert.
> However, eval print "printf ...." expression in the DrScheme frame.
>
> My goal is to put the printf string in my text%
>
> How can i do ?
>
> Thanks,
> Laurent
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


-- 
Cyprien Nicolas
Undergraduate Student
Computer Science
University of Nice - Sophia Antipolis


Posted on the users mailing list.