Comment by kitd
1 day ago
A couple more you may find interesting:
1. Xc [https://xcfile.dev/] - an md-based task runner
2. Literate [https://github.com/zyedidia/Literate] - a literate programming tool
1 day ago
A couple more you may find interesting:
1. Xc [https://xcfile.dev/] - an md-based task runner
2. Literate [https://github.com/zyedidia/Literate] - a literate programming tool
Thanks, I hadn't seen either of those. It's good to see other projects leveraging runnable markdown, as it has a lot of potential.
I like the literate programming tool. I've always liked experimenting with Jupyter notebooks, and I can see running markdown directly as replacing a lot of the ad hoc things I use them for.
It would be great to see Anthropic add support directly to Claude Code, and OpenAI to Codex. I think this sort of literate scripting will become more common this next year, especially as model reliability improves and the tool-use gets smarter.
I realise Literate isn't actually MD-based, apologies. But the syntax is similar
It's adjacent conceptually so interesting to check out :)