3 results for "949b826a96f76932028a078ad4e8861c"
>>106486568
(defmacro rlist (&rest rows)
`',(cl-loop
for (re . fn) in rows
collect (cons
(rx-to-string re)
`(lambda (line) ,fn))))

(rlist
("a" . line)
("b" . line))

(("a" . (lambda (line) line))
("b" . (lambda (line) line)))
not sure how to splice in re with ,@ correctly
/agdg/ - Amateur Game Development General
Just Dev Edition

>Demo Days
Next: https://itch.io/jam/agdg-demo-day-63
Previous: https://itch.io/jam/agdg-demo-day-62
Older: https://hackmd.io/LhEB6VCZSx-oBalI2cWWoA

>AGDG resources
https://hackmd.io/dLaaFCjDSveKVeEzqomBJw

>Helpful links
New Threads: >>>/vg/agdg
Archive: https://arch.b4k.dev/vg/search/subject/agdg/
/agdg/ Steam Games: https://made-by-agdg.vercel.app/
Steam Games by AGDG: https://agdg-steam.netlify.app/

>How to WebM
https://obsproject.com
https://github.com/argorar/WebMConverter
https://github.com/michaelmob/WebMCam

>Previous thread
>>529656609
Good morning maams!