<div dir="ltr">Thanks !<br><br>But in fact, I read <a href="http://docs.plt-scheme.org/web-server/index.html">http://docs.plt-scheme.org/web-server/index.html</a> and it seems interesting. Now, I decided to use JScheme. As I said to Shriram, it is an interpreter Scheme one can use in java.<br>
<br>Simply write :<br><br><span style="font-family: courier new,monospace;">JScheme myScheme =new JScheme();</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">system.out.println( myScheme.eval(&quot;(+ 1 2)&quot;).toString());</span><br><br><br>And I don&#39;t know if I am going to code my entire application in Scheme as it said in  <a href="http://docs.plt-scheme.org/web-server/index.html">http://docs.plt-scheme.org/web-server/index.html</a> (&quot;can be used to
develop Web applications in Scheme.&quot;). For the GUI, I prefer to use a object oriented language. For the engine, I prefer a functionnal language where data and programs have the same structures.<br><br>Any way, thanks for your answers. I will try to convince the computer science department of my university to teach Scheme and to use DrScheme, because... Scheme is a work of art.<br>
<br>Best,<br><br>François<br><br><br><br><br><br><div class="gmail_quote">2008/8/17 Grant Rettke <span dir="ltr">&lt;<a href="mailto:grettke@acm.org">grettke@acm.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt;&gt; 2) What do you mean by exactly &quot;pretty big scheme&quot; ? Is it R6RS ?<br>
&gt;<br>
&gt; A better name would be &quot;kitchen sink Scheme&quot;: it&#39;s Standard Scheme<br>
&gt; plus all the usual PLT additions (structures, LOCAL, better names for<br>
&gt; some primitives, etc, etc). &nbsp;The Help Desk (under the Help menu) will<br>
&gt; give you more info.<br>
<br>
</div>If François wants to use the PLT web server, would he be better off<br>
moving his code from &quot;pretty big&quot; to &quot;#lang scheme using modules&quot;?<br>
</blockquote></div><br></div>