guile-devel
[Top][All Lists]
Advanced

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

Re: Lexically bound macro, with lexically bound transformer


From: spacecadet
Subject: Re: Lexically bound macro, with lexically bound transformer
Date: Sat, 27 Jul 2024 00:30:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

The question is: why would you do that?

Why not? :)

I'm trying to create a functional module system (similar to nixpkgs/nixos),
where modules are functions, imports are arguments, and exports are just the
return of the function.

Seems like scheme macros can't really work like that, although the suggestions
have given me a lot of help. Thank you.



reply via email to

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