A 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.
The Eno notation language
31–33 of 33 posts
Re: The Eno notation language
#32Earlier quoted context omitted.
What you're seeing there is actually validation :), the lat/lng type is not magically inferred but instead explicitly requested by the code - if it were not valid it would generate a user-friendly, localized error message. Also the underlying document hierarchy that holds the data is validated. So on the contrary it is actually hard not to validate content in eno. The quirky looking syntax you mention is probably fam…
> What you're seeing there is actually validation :), the lat/lng type is not magically inferred but instead explicitly requested by the code - if it were not valid it would generate a user-friendly, localized error message. Also the underlying document hierarchy that holds the data is validated. So on the contrary it is actually hard not to validate content in eno. Please make this clear on the website! I think it’s…
Also thanks for letting me know about the lobste.rs thread, I'll see that I get invited and answer the few not yet-answered points, couldn't get to it yesterday unfortunately amidst all the comment and issue and PR flood here and on github. ;)