<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#cccccc" text="#000000">
Marc,<br>
<br>
Thank you for the reply!<br>
<br>
<blockquote
 cite="mid59951315-466B-4F19-AC81-5DBF9B7463CA@iro.umontreal.ca"
 type="cite">By the way, have you tried using one of the Windows
installers to avoid building Gambit from source?
  <br>
  <br>
</blockquote>
Yes, I did, but unfortunately I don't know how to use "libgambc.a" with
Visual Studio (I renamed it in gambc.lib and of course everything gets
failed).<br>
<blockquote
 cite="mid59951315-466B-4F19-AC81-5DBF9B7463CA@iro.umontreal.ca"
 type="cite">For your information the console is being created because
Gambit was designed to allow debugging programs which redirect stdin
and stdout.  When you use the -:dr option, you will get a REPL at the
console which is independent from stdin and stdout, so you can type
REPL commands without any interference with stdin.  On UNIX it is the
"controlling terminal" that is used.
  <br>
</blockquote>
Thanks for the explanation. <br>
<br>
<blockquote
 cite="mid59951315-466B-4F19-AC81-5DBF9B7463CA@iro.umontreal.ca"
 type="cite">You can build six.exe with:
  <br>
  <br>
   copy gsi.exe six.exe
  <br>
  <br>
(i.e. six.exe is merely the Gambit interpreter under a different name).
  <br>
</blockquote>
Ha, that's so easy! I should guess about it by myself :-(<br>
<br>
<blockquote
 cite="mid59951315-466B-4F19-AC81-5DBF9B7463CA@iro.umontreal.ca"
 type="cite">Note that any file with a ".six" extension will be parsed
using the Scheme infix syntax, so you can write scripts containing only
SIX code.
  <br>
</blockquote>
Scheme for Java programmers? Probably, it's excellent choice for
someone, but not me :-)<br>
<br>
And one little thing more....<br>
------------------------------------------------------------------<br>
Happy New Year and best wishes to you and all of Gambit team!<br>
------------------------------------------------------------------<br>
Good luck!<br>
<br>
Nick.
</body>
</html>