[gambit-list] Thoughts on Scheme

Mikael mikael.rcv at gmail.com
Fri Jan 11 16:54:07 EST 2013


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/20130111/9ea444ff/attachment.htm>


More information about the Gambit-list mailing list