HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dankrusi

no profile record

投稿

Show HW: Markdown Object Language

github.com
1 ポイント·投稿者 dankrusi·2 か月前·2 コメント

New config file format based on Markdown

github.com
2 ポイント·投稿者 dankrusi·3 か月前·1 コメント

コメント

dankrusi
·2 か月前·議論
MOL (Markdown Object Language) is an alternative to JSON/XML, which is both more human friendly (very natural/easy to edit), and more LLM friendly (uses less tokens, LLMs like .md format already). It's basically a formal spec for parsing markdown-based config files, data files, etc. You can check it out at GitHub under mol-format/mol-specs. Supports JS/TS/.net/Rust currently with zero-dependency packages. Easy to implement in other languages. Maybe it's useful to other devs as well. Happy to hear feedback/criticism.
dankrusi
·3 か月前·議論
MOL (markdown object language) is an alternative to JSON, which is both more LLM and human friendly. It's basically a formal spec for parsing markdown-based config files, data files, etc. You can check it out at github under mol-specs. Supports JS/TS/.net/Rust currently. Easy to implement in other languages.