unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: yarl baudig <yarl-baudig@mailoo.org>,
	jean@abou-samra.fr, guile-devel@gnu.org
Subject: Re: define-module, #:export and export
Date: Fri, 6 Jan 2023 14:55:11 +0100	[thread overview]
Message-ID: <f9c593e3-a5f1-8345-3120-25d32b2ddc27@telenet.be> (raw)
In-Reply-To: <ea-mime-63b822bf-593a-70287a42@www.mailo.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 1266 bytes --]



On 06-01-2023 14:31, yarl baudig wrote:
>>
>> That is also my understanding, confirmed by
>>
>> $ cat lib.scm
>> (define-module (lib)
>>     #:export (test))
>>
>> (define-syntax test
>>     (lambda (sintax)
>>       (syntax-case sintax ()
>>         ((test id)
>>          (datum->syntax sintax (free-identifier=? #'id #'thing))))))
>> [...]
>>
> 
> Thank you both. I am trying to process this. I (re-)read 6.8 Macros and read tspl4. I don't understand why you use "datum->syntax" > I heard your suggestion. I am only trying to grasp things for now. I 
realize I don't know enough (on guile and on guix) to go on a concrete 
goal yet.
> I need to work more on this in order to understand but I wanted to thank you for answering that quickly!
free-identifier=? returns a boolean.  However, the return value of the 
clauses of the syntax-case must be a syntax object.  Hence Jean 
converted the boolean into a syntax form with datum->syntax (IIUC).

Guile's implementation of macros is a little lax with typing,
in the sense that objects like #false and #true (but not symbols, 
because hygiene) can be returned too, but IIUC this is undocumented and 
not standard Scheme (*).

(*): unverified

Greetings,
Maxime.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

  reply	other threads:[~2023-01-06 13:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04 15:11 define-module, #:export and export yarl baudig
2023-01-04 17:28 ` Maxime Devos
2023-01-05  2:07   ` Jean Abou Samra
2023-01-06 13:31     ` yarl baudig
2023-01-06 13:55       ` Maxime Devos [this message]
2023-01-07 16:24         ` Jean Abou Samra
2023-01-08  9:46           ` yarl baudig
2023-01-08 13:19             ` Jean Abou Samra
2023-01-08 15:18               ` yarl baudig
2023-01-08 15:23                 ` Jean Abou Samra
2023-01-13  7:58                   ` yarl baudig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f9c593e3-a5f1-8345-3120-25d32b2ddc27@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=guile-devel@gnu.org \
    --cc=jean@abou-samra.fr \
    --cc=yarl-baudig@mailoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).