File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # KCL
2+
3+ > ** KCL** is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios
4+
5+ Resources
6+
7+ * [ Documentation] ( https://www.kcl-lang.io )
8+ * [ KCL extension] ( https://marketplace.visualstudio.com/items?itemName=kcl.kcl-vscode-extension ) for Visual Studio Code
9+
10+ ``` sh
11+ # installation
12+ brew install kcl-lang/tap/kcl
13+ ```
14+
15+ ## Examples
16+
17+ ``` sh
18+ # execute program
19+ kcl kcl/hello.k
20+ ```
Original file line number Diff line number Diff line change 1+ hello = "KCL"
Original file line number Diff line number Diff line change 1414 - Hadoop : hadoop.md
1515 - Cloud : cloud.md
1616 - Kubernetes : kubernetes.md
17+ - KCL : kcl.md
1718 - System Design : system-design.md
1819 - Operating System : operating-system.md
1920 - Programming : programming.md
You can’t perform that action at this time.
0 commit comments