Dhall is a programmable configuration language that can be described as: JSON + functions + types + import.
Changes:
- Support for the old literal syntax has been completely phased out.
- Support for dependent types has been added.
- A built-in function Natural/subtract has been introduced.
- The process of field selection has been simplified.
- When the arguments are equivalent, // is not used.
- URLs represented in binary format are not decoded when passing through path segments.
New Folders:
- The process of mixing records of different types has been standardized.
- A Natural comparison function has been added.
Source: linux.org.ru
