<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("(+ 1 2)").toString());</span><br><br><br>And I don'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> ("can be used to
develop Web applications in Scheme."). 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"><<a href="mailto:grettke@acm.org">grettke@acm.org</a>></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">>> 2) What do you mean by exactly "pretty big scheme" ? Is it R6RS ?<br>
><br>
> A better name would be "kitchen sink Scheme": it's Standard Scheme<br>
> plus all the usual PLT additions (structures, LOCAL, better names for<br>
> some primitives, etc, etc). The Help Desk (under the Help menu) will<br>
> 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 "pretty big" to "#lang scheme using modules"?<br>
</blockquote></div><br></div>