Re: Feature request: Ability to document variables like defvar in elisp

2022-11-04 Thread Jean Abou Samra
Le 02/11/2022 à 11:15, Mikael Djurfeldt a écrit : (define a 5) (set-object-property! (module-variable (current-module) 'a) 'documentation "The variable a contains a number.") ? Why not, but I wanted to point out that variable documentation cannot be done in a way that is consistent with pro

define-syntax-public

2022-11-04 Thread Jean Abou Samra
Hi, Guile 1.8's (ice-9 syncase) provides define-syntax-public as a convenience for define-syntax + export. It is not found in Guile 2.2 and later, though. Was this an oversight or intentional? Would it make sense to add it back as well as define-syntax-rule-public? Thanks, Jean OpenPGP_signat