KCL vs CUE #597
-
Hi, I was going through the cited reason as to why
I am not sure that is completely true, maybe you can elaborate? My understanding is that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mihaigalos . I think I understand what you mean. In fact, both KCL and CUE can perform client-side validation in scenarios. The runtime here refers to the technical concept, specifically the runtime of the language itself, such as Python and Go performing type checks at runtime and compile time, which to some extent leads to Go running faster than Python. I will revise the contents on the website in the future to avoid misunderstandings. Thank you for pointing out this content. ❤️ |
Beta Was this translation helpful? Give feedback.
Hi @mihaigalos . I think I understand what you mean. In fact, both KCL and CUE can perform client-side validation in scenarios. The runtime here refers to the technical concept, specifically the runtime of the language itself, such as Python and Go performing type checks at runtime and compile time, which to some extent leads to Go running faster than Python. I will revise the contents on the website in the future to avoid misunderstandings. Thank you for pointing out this content. ❤️