<div dir="ltr">Sounds like a bug (well, pending the outcome of this discussion).</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 13, 2013 at 12:16 PM, Stephen Bloch <span dir="ltr">&lt;<a href="mailto:bloch@adelphi.edu" target="_blank">bloch@adelphi.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">#lang racket<br>
(define (blah x)<br>
  (display x)<br>
  (newline)<br>
  (display x)<br>
  (newline))<br>
<br>
(module* main #f<br>
         (blah 7))<br>
<br>
In DrRacket, I hit &quot;Run&quot; and it prints 7 twice.<br>
In DrRacket, I choose &quot;Create Executable&quot;-&gt;&quot;Stand-alone&quot;, then run the resulting binary from the Unix command line, and it does nothing.<br>
In DrRacket, I choose &quot;Create Executable&quot;-&gt;&quot;Launcher&quot;, then run the resulting shell script, and it prints 7 twice.<br>
In DrRacket, I choose &quot;Create Executable&quot;-&gt;&quot;Distribution&quot;, it produces a .dmg file, I open this, then find the binary in the &quot;bin&quot; folder and run it, and it does nothing.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Stephen Bloch<br>
<a href="mailto:sbloch@adelphi.edu">sbloch@adelphi.edu</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>