The Eno notation language
eno-lang.org
The Eno notation language
1–10 of 33 posts
Re: The Eno notation language
#2 # cities
Den Haag: 52.069961, 4.302315
Málaga: 36.721447, -4.421291
Here, “cities” looks like a comment, but it is part of the syntax, otherwise this example code would not work: document.section('cities').lat_lng('Málaga')
The actual comment syntax is “>”: > commentRe: The Eno notation language
#3A 50s demo video of autocompletion in Atom powered by introspection:
Re: The Eno notation language
#4INI files 2.0
Re: The Eno notation language
#5This reminds me of an old project of mine called NIML - Non-Indented Markup Language.
Re: The Eno notation language
#6Is there a comparison to TOML?
Re: The Eno notation language
#7What non-indented markup languages gain by avoiding indentation, they lose in succinctness. What is the difference between a section, a list, and a field set? When would I use one instead of another?
If your aim is data representation, why not go for JSON, Lua table-notation or S-expressions? These do not need different syntax for sections, lists or field sets, but have very clear syntax for a few primary data structures, which you can them compose however you want.
Re: The Eno notation language
#8Thought this was about hammocks :(
Re: The Eno notation language
#9A 50s demo video of autocompletion in Atom powered by introspection: https://eno-lang.org/resources/introspection.mp4
Mention of atom and the fifties caused me to hallucinate Fallout-style atompunk/Jetsons retrofuturism.
Re: The Eno notation language
#10Is there a comparison to TOML?
The `benchmarks` repo contains various sample files in yaml, toml and eno