-
Notifications
You must be signed in to change notification settings - Fork 1
Technical Specification
Robertus Johansyah edited this page Jun 4, 2018
·
1 revision
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
- ...