Support

SCL versus CCL

Written by Admin | Aug 30, 2021 4:00:00 AM

Question

What's the difference between SCL and CCL?

Synopsis

SCL versus CCL

Solution

SCL is a subset of CCL than uses predefined variables and is compiled "on-the-fly", so it is slower and less comprehensive than CCL. However, for simple tasks that require only a few lines of code, SCL may be easier to use than CCL because you don't need to declare variables.