schemy icon indicating copy to clipboard operation
schemy copied to clipboard

Drill into "for configuration" some more pls

Open paul-hammant opened this issue 7 years ago • 6 comments

"for configuration" sounds like it be an alternative to YAML or TOML for config files for applications.

If yes, then an example in the README would be good.

paul-hammant avatar Apr 16 '18 13:04 paul-hammant

Good point. Thanks. Providing a simplist example as you suggested is definately useful. Meanwhile, here is a more complex example - let me know if that helps.

BTW - it'd be great if you can pick this work up and provide a "hello world" level example for this :) Send me a PR if you're interested 😄

kflu avatar Apr 16 '18 23:04 kflu

I'll circle back another day for something, I'm sure.

Meanwhile, if you've a coffee-break amount of time coming up, you may enjoy https://paulhammant.com/2013/03/28/interface-builders-alternative-lisp-timeline/ :)

paul-hammant avatar Apr 17 '18 13:04 paul-hammant

Thanks Paul. It was an interesting read - it's encouraging to see Lisp got used in this way so many years ago 😄

kflu avatar Apr 17 '18 16:04 kflu

The stroke of genius was that the same script was 'played' into one of two implementations: 1 - the UI designer tool, 2 - the runtime lib (presumably callable from other languages like Objective-C).

Point being, a "smarter" editor is possible for you too. Smarter than an AST sitting behind a CR-delimited text file :)

paul-hammant avatar Apr 17 '18 16:04 paul-hammant

Would be nice to see an example on creating some tree-value pairs (with some lists and dicts thrown in), and reading those in in c# side

vivainio avatar Apr 17 '18 19:04 vivainio

i think when we call a lisp "for configuration" sounds like it be like emacslisp or autolisp.

not json/YAML/TOML . not for some tree-value or pair, but some complex things.

syeerzy avatar Apr 23 '18 07:04 syeerzy