Le 04/09/2022 à 14:00, Damien Mattei a écrit :
yes very good
then break si not overwritten, using module, i do not know if modules is finally standardised in R6RS, and in guile?



Guile supports R6RS libraries, but it's not the same as its traditional use-modules/define-module forms.

https://www.gnu.org/software/guile/manual/html_node/R6RS-Libraries.html

But you're going to have a much more pressing problem with standardization: syntax parameters are not standard. So you're a bit stuck there.



a few problem with module i hope to fix it later but it works with your example, not sure let/ec is standart?


let/ec is not standard, but exceptions are. See section 7 of the libraries document of R6RS:

http://www.r6rs.org/final/r6rs-lib.pdf

Best,
Jean


Reply via email to