[gambit-list] Thoughts on Scheme
Steve Graham
jsgrahamus at yahoo.com
Mon Jan 14 12:08:52 EST 2013
And it may just be the phone. I believe I had a different experience running it on my Kindle Fire. Have to try that again.
________________________________
From: Mikael <mikael.rcv at gmail.com>
To: Steve Graham <jsgrahamus at yahoo.com>; gambit-list at iro.umontreal.ca
Sent: Friday, January 11, 2013 2:54 PM
Subject: Re: [gambit-list] Thoughts on Scheme
Hi Steve,
That's interesting. I would guess this has nothing to do with the macro facility or this code per se, but that this behavior was from some completely other source, like, the general functioning of the console driver or something. Thoughts?
M
2013/1/11 Steve Graham <jsgrahamus at yahoo.com>
I tried typing this code several times into Gambit on my Samsung phone. The first several times it simply defaulted to the phones default screen and each time when I invoked Gambit it would act as it should. This last time it we to the normal Gambit screen, but all that's showing is the header line with a white screen. I believe the last time it opted to send a report, which I did. Advanced Task Killer does not solve the problem.
>
>
>Restarting the phone does solve this problem.
>
>
>
..
(define-macro (debug-print . a)
>> (for-each (lambda (e) (cond ((symbol? e) (print "'" (symbol->string e) " "))
>> ((string? e) (print e " "))
>> (else (write e) (print " ")))) a))
>>
>>
>>(debug-print 5 + 7 "\n")
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20130114/e186f017/attachment.htm>
More information about the Gambit-list
mailing list