
@dmitry has joined the channel

@leif For serialize
, could we change the new #:relative-directory
argument to be #:deserializer-relative-directory
to clarify that it adjust only the paths to deserializers? I think it would also make sense to add #:relative-directory
that affects all serialize paths and to make the default for #:deserializer-relative-directory
be the #:relative-directory
argument. I’m happy to make that change if it seems ok to you. (Sorry that I didn’t get to comment more on the PR last week.)

@mflatt Yup, that works for me. :slightly_smiling_face:

@jerome.martin.dev congrats!

@ctchen_ has joined the channel

I am a bit lost about the concept of Domain Specific Languages. Conceptually, how is a DSL different than me just using really verbose function names in, say, JS?