denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] A possible scheme script


From: Richard Shann
Subject: Re: [Denemo-devel] A possible scheme script
Date: Fri, 01 Feb 2019 10:29:02 +0000

On Thu, 2019-01-31 at 15:14 +0000, Richard Shann wrote:
> Since this is useless on Windows without a specially created
> executable, I've changed the behavior of the CLI tool to pop-up a
> dialog when used on Windows - this will be available in tomorrow's
> executable at the usual place:
> http://www.denemo.org/~jjbenham/mxe/denemo.zip
> 
> which means you can use it to test the values of Scheme variables and
> the signatures of Scheme procedures that Denemo creates.

For some reason this is not working on Windows at all - the CLI causes
a crash on Windows now. You can achieve the same effect as the CLI
should be giving by surrounding the expression you want to examine as
in this example:

(d-WarningDialog (format #f "~A"  d-New))

which prints what d-New evaluates to (a procedure, in this case).

Richard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]