<div dir="ltr"><div dir="ltr" style="font-family:arial,sans-serif;font-size:13px">Dirk,<div><br></div><div>I've got a copy on github that works with 4.6.6:</div><div><br></div><div><a href="https://github.com/devslashnull/statprof" target="_blank">https://github.com/devslashnull/statprof</a></div>
<div><br></div><div>Hopefully that helps.</div><div class=""><div id=":1sa" class="" tabindex="0"><img class="" src="https://mail.google.com/mail/u/0/images/cleardot.gif" style=""></div></div><span class=""><font color="#888888"><div>
<br></div><div>James</div><div><br></div></font></span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 15, 2013 at 7:56 AM, Dirk Theisen <span dir="ltr"><<a href="mailto:d.theisen@gmx.net" target="_blank">d.theisen@gmx.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi!<div><br></div><div>I'm trying to run the profiler from <a href="http://www.iro.umontreal.ca/~germaing/statprof.html" title="http://www.iro.umontreal.ca/~germaing/statprof.html" style="word-break:break-word;font-family:'Lucida Grande';word-wrap:break-word" target="_blank">http://www.iro.umontreal.ca/~germaing/statprof.html</a> with Gambit 4.6.6 and run into multiple problems.</div>
<div><br></div><div>Some, I was able to fix (I'm a scheme beginner), but this...</div><div><br></div><div><div>(define (as-rgb col)</div><div>  (apply string-append</div><div>         (map</div><div>          (lambda (x)</div>
<div>            (pad-left (number->string x 16) 2 #\0))</div><div>          col)))</div></div><div><br></div><div>
gives me</div><div><br></div><div><div>*** ERROR IN "statprof.scm"@94.20 -- Macro name can't be used as a variable: string-append</div></div><div><br></div><div>I am unable to figure out.</div><div><br></div>
<div>I string-append a macro?</div><div><br></div><div><div>> (procedure? string-append)</div><div>#t</div></div><div><br></div><div>Is this a Gambit bug or something I do overlook?</div><div><br></div><div>Keep hacking!</div>
<span class="HOEnZb"><font color="#888888"><div>    Dirk</div></font></span></div><br>_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
<br></blockquote></div><br></div>