cider

bozhidar 2026-06-21T04:50:34.930429Z

FYI - I've implemented inline macroexpansion in CIDER (after it being on the backlog for 10+ years 😅) - it's essentially macrostep for CIDER. You can read about it here https://docs.cider.mx/cider/debugging/macroexpansion.html#inline-macroexpansion Feedback welcome!

❤️ 2
😮 1
🎉 8
2026-06-21T10:24:43.928679Z

I always wanted this sort of behaviour in the macroexpand buffer.

bozhidar 2026-06-21T10:49:53.887769Z

I've done something similar there as well. (plus some other improvements to the dedicated buffer) I'll think if I want to align them fully down the road.

2026-06-21T11:09:37.778939Z

This is going to make writing macros much easier!

bozhidar 2026-06-21T12:35:43.134269Z

I can only hope so!