Jazz Dinner in Duo

29 maggio 2026 20:30:00 CEST - GMT+2 - Crash Vibes & Wines, 00198, Rome, Italy

https://mobilizon.it/events/ce477065-bf1c-4298-b4e8-c9fecb457455

Com'era Funky!

16 maggio 2026 18:30:00 CEST - GMT+2 - Com'era, 01100, Viterbo, Italia

https://mobilizon.it/events/cf6b42fb-140c-43af-b3e2-8c3f9c5cd02a

Jazzy! Night Garbini

15 giugno 2026 21:00:00 CEST - GMT+2 - Bar Mauro, 01100, Viterbo, Italia

https://mobilizon.it/events/f1cb36a8-9f61-4487-bfdf-71418fe84d75

@lritter update: it compiles; i just needed to insert:

#elif defined(__APPLE__)
#include <mach-o/dyld.h>

...after line 164 in exepath.inc.

then, using homebrew's build of clang (which is stock LLVM clang as opposed to apple clang):

cd nudl
time /opt/homebrew/opt/llvm/bin/clang++ -std=c++20 -Iinclude ./t.cpp

...where t.cpp contains only:
https://paste.sr.ht/~duangle/0eb1e0eca41be7a00d056bec05962c3835bbe120

and we get:
0.43s user 0.07s system 106% cpu 0.473 total