Ai Dreams Forum

AI Dreams => General Chat => Topic started by: Zero on December 14, 2019, 10:01:27 pm

Title: Nice format I wasn't aware of
Post by: Zero on December 14, 2019, 10:01:27 pm
I just discovered eno (https://eno-lang.org/), a very nice data format: lightweight, elegant. If you like syntax and languages, you should appreciate this one.
Title: Re: Nice format I wasn't aware of
Post by: goaty on December 15, 2019, 02:24:41 pm
I went there and didn't really understand what I was looking at,   whats the advantages to this eno?  what does it do?
Title: Re: Nice format I wasn't aware of
Post by: ivan.moony on December 15, 2019, 03:43:11 pm
I can imagine it as a format for exchanging data between users, or in-memory database. It can also represent a format that replaces XML. In short, it is about data, and data can be used everywhere (input, processing, output).
Title: Re: Nice format I wasn't aware of
Post by: Zero on December 15, 2019, 05:10:05 pm
Yes, I wouldn't explain it better.

I went there and didn't really understand what I was looking at, whats the advantages to this eno?  what does it do?

It represents structured data, just like JSON or XML, or YAML. But I like it because it's human-friendly, it's concise, and the spec is neat. Also, 1 killer advantage is the built-in comments feature. Associated comments are a very useful idea. Multi-line fields are clever too.