Technical Specification - kororo/conff GitHub Wiki
For every application, to have configuration is such fundamental important requirement, it is making sense to allow conff to be exist almost in every language. Here is protocol and technical specification to define conff, then from this spec, the programming language can be built from:
- init
- names
- fns
- params
- parse
- accept any data type
- load
- path
- include_paths
- format
- F.extend
- F.update
- F.template
- ...