malformed expression: (define* pattern . body)
noosphere@xxxxxx 21 Nov 2020 03:59 UTC
Hello,
While in the process of porting SRFI-89 to Chicken Scheme 5, I am
getting a:
Syntax error: (srfi-89-impl.scm:5) - malformed expression: (define* pattern . body)
inside expression `(define-macro ...)'
I've included a full compile log in an issue I opened here: [1]
The full Chicken port which contained the SRFI-89 reference
implementation which generated the error can be found at tag 0.1-pre1 here: [2]
Thanks in advance for any help you can offer.
Sincerely,
Sergey Goldgaber
[1] - https://github.com/diamond-lizard/srfi-89/issues/1
[2] - https://github.com/diamond-lizard/srfi-89/releases/tag/0.1-pre1