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

2022-11-05 Thread Jacob Hrbek
rver adjusted to show the popup in emacs and when guile is able to use the proposed syntax to just s#defvar#define#gm -- Jacob "Kreyren" Hrbek --- Original Message --- On Wednesday, November 2nd, 2022 at 9:28 AM, Jean Abou Samra wrote: > Le 02/11/2022 à 02:08, Jacob Hr

Feature request: Ability to document variables like defvar in elisp

2022-11-01 Thread Jacob Hrbek
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 the 'define' behavior for variables to implement:

Strongly typed language my ass

2022-09-20 Thread Jacob Hrbek
In what world is this considered a strongly typed language when I need to do these checks like it's a weakly typed one?     (define* (lazy-assign key #:optional (val ""))       "Assign environmental variable KEY with an optional value VAL, both  must be a string or a thunk that evaluates to a st