Hello Damien,
On 9/12/22 09:42, Damien Mattei wrote:
Hello,
i can not find in the scheme community a definition of 'case in term of
macro as for when, unless,while,do... does anyone have it?
thanks,
Damien
Can you give an example of what form you mean?
Regards,
Zelphir
--
repositories: https
On 12.09.2022 09:42, Damien Mattei wrote:
>
> Hello,
> i can not find in the scheme community a definition of 'case in term of macro
> as for when, unless,while,do... does anyone have it?
> thanks,
> Damien
The RnRS often contain such definitions. The following is taken from
R7RS-small:
(defi
just forget to add , if it is unclear it is 'case of scheme:
https://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/if-cond-case.html#if-cond-case
On Mon, Sep 12, 2022 at 10:27 AM Damien Mattei
wrote:
> sorry if my question was unclear , i search the source code if it exist in
> scheme with
sorry if my question was unclear , i search the source code if it exist in
scheme with macro (or not) but not in C for the 'case function (procedure
or macro) , i want to modify the code to allow inner definitions the way i
do it for example with 'do:
;; with a definition inside only the new versi
Hello,
i can not find in the scheme community a definition of 'case in term of
macro as for when, unless,while,do... does anyone have it?
thanks,
Damien