chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Using numbers correctly. How?


From: Peter Bex
Subject: Re: [Chicken-users] Using numbers correctly. How?
Date: Thu, 8 Dec 2016 10:58:48 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Dec 08, 2016 at 10:52:50AM +0100, Jörg F. Wittenberger wrote:
> Hi all,
> 
> I'm trying to use scsh-process pass bignums arguments.
> 
> Unfortunately scsh-process's maybe->string does not recognize them as
> number?s and bails out.
> 
> I can work around this easily, just use ->string at the invocation point.
> I'd rather like to fix the root cause and not work around. But how?

Unfortunately, there's no real way around it.  One can add numbers as a
hard dependency to scsh-process, but if you follow that logic, you would
end up having to add it as a dependency to EVERY EGG EVER.

This is the disadvantage of having extended numbers bolted on, and the
main reason I wanted them in core.

Cheers,
Peter

Attachment: signature.asc
Description: Digital signature


reply via email to

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