dmitry
2018-7-15 10:48:19

@dmitry has joined the channel


mflatt
2018-7-15 14:21:05

@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.)


leif
2018-7-15 15:42:03

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


soegaard2
2018-7-15 16:54:37

@jerome.martin.dev congrats!


ctchen_
2018-7-16 05:01:27

@ctchen_ has joined the channel


dmitry
2018-7-16 05:31:16

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?