Comment on Generalized MacrosComments−munificent3yReally interesting article. Maybe not a good idea as a language feature, but certainly an interesting one.This is my new favorite typo: (defmacaron . lefts [key & rights] ~(,;(drop-last lefts) (get ,(last lefts) ,(keyword key)) ,;rights)) We're working on a macro proposal for Dart and I wonder if users would like them more if we called them "macarons".−Graziano_M3yI noticed that as well, but it's not a typo: https://github.com/ianthehenry/macaroni/blob/master/src/init...−ianthehenryOP3yOh whoops! That’s what I called them in my prototype so I didn’t shadow Janet’s built-ins. Forgot to update that one when I copied it to the blog post :)−gumby3yI am diabetic so no, I could not use this feature.
Comments
Really interesting article. Maybe not a good idea as a language feature, but certainly an interesting one.
This is my new favorite typo:
We're working on a macro proposal for Dart and I wonder if users would like them more if we called them "macarons".I noticed that as well, but it's not a typo: https://github.com/ianthehenry/macaroni/blob/master/src/init...
Oh whoops! That’s what I called them in my prototype so I didn’t shadow Janet’s built-ins. Forgot to update that one when I copied it to the blog post :)
I am diabetic so no, I could not use this feature.