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

2022-11-02 Thread Jean Abou Samra
Le 02/11/2022 à 02:08, Jacob Hrbek a écrit : The ability to document variables is critical for many projects such as libfive where the variables is used to declares functional computer aided design structure and other projects where variables influence the workflow. Thus proposing to change t

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

2022-11-02 Thread Mikael Djurfeldt
(define a 5) (set-object-property! (module-variable (current-module) 'a) 'documentation "The variable a contains a number.") ? On Wed, Nov 2, 2022 at 9:29 AM Jean Abou Samra wrote: > Le 02/11/2022 à 02:08, Jacob Hrbek a écrit : > > The ability to document variables is critical for many projects