guile-user
[Top][All Lists]
Advanced

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

Re: Using . in module names


From: Neil Jerram
Subject: Re: Using . in module names
Date: Fri, 3 Jun 2016 09:44:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

On 03/06/16 08:57, Christopher Baines wrote:
 From reading the documentation, I would expect this to work, as . is
valid in symbols? But from trying this out, it does not seem to (the
module cannot be loaded).

Does anyone have information about this?


I think you should provide the complete example of what isn't working. It's not clear to me if you mean

(define-module (.) ...)

or

(define-module (.something) ...)

or

(define-module (something . else) ...)

etc.

Regards,
    Neil




reply via email to

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