Hacker News new | ask | show | jobs
by dimitar 1354 days ago
Yep, two types in fact, line comments with ; and a discard sequence - you can tag code that is read (so it must be correct), but then discarded. We have edn files that are well documented with comments.

https://github.com/edn-format/edn#comments

1 comments

I thought so — then it is strictly better than JSON.