HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dankrusi

no profile record

Submissions

Show HW: Markdown Object Language

github.com
1 points·by dankrusi·2 माह पहले·2 comments

New config file format based on Markdown

github.com
2 points·by dankrusi·3 माह पहले·1 comments

comments

dankrusi
·2 माह पहले·discuss
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 माह पहले·discuss
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.