You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-09-18-kcl-0.10.0-release/index.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ tags: [Release Blog, KCL]
11
11
12
12
The KCL team is pleased to announce that **KCL v0.10.0 is now available**! This release has brought three key updates to everyone
13
13
14
-
WIP
14
+
-_Enhance the coding experience and efficiency with a more performant, feature-rich, and less error-prone KCL language, toolchain, and IDE._
15
+
-_A more comprehensive and diverse set of standard libraries, third-party libraries, and community ecosystem integrations, covering different application scenarios and requirements._
16
+
- The WASM SDK supports browser running and the new KCL Playground._
15
17
16
18
[KCL](https://github.com/kcl-lang) is an open-source, constraint-based record and functional language hosted by Cloud Native Computing Foundation (CNCF). KCL improves the writing of numerous complex configurations, such as cloud-native scenarios, through its mature programming language technology and practice. It is dedicated to building better modularity, scalability, and stability around configurations, simpler logic writing, faster automation, and great built-in or API-driven integrations.
17
19
@@ -201,7 +203,7 @@ Taking <https://github.com/kcl-lang/flask-demo-kcl-manifests.git> as an example,
201
203
kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git --commit 8308200
202
204
```
203
205
204
-
- The kcl-playground based on the wasm backend is online.
206
+
- The kcl-playground based on the WASM backend is online.
0 commit comments