R6RS and optional arguments with keywords (plot for example)

One way to make this work would be to build a macro that translates name: to #:name in function application.

Here is one way you could do it: Keyword bridge for R6RS · GitHub

1 Like