chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] C5 usage problem: chanr-name is gone


From: Peter Bex
Subject: Re: [Chicken-hackers] C5 usage problem: chanr-name is gone
Date: Fri, 15 Dec 2017 20:26:54 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Fri, Dec 15, 2017 at 06:58:52PM +0100, Jörg F. Wittenberger wrote:
> last time I tried C5 it ate this:
> 
> I'm using -extend to feed these lines globaly into my build:
> 
>   (char-name 'NUL (integer->char 0))
>   (char-name 'nul (integer->char 0))
>   (char-name 'cr (integer->char 13))
> 
> Now it complains:
> 
>   Error: unbound variable: char-name
> 
> How should I best fix this?

For now, you can do (import chicken.base)

This is exactly the issue I mentioned in my mail "What to do with
default modules?", so once that's fixed, your existing code should
"just work" without the extra import.

Cheers,
Peter

Attachment: signature.asc
Description: PGP signature


reply via email to

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