The CZ Programming Language Sam Watkins, 2008-2009 CZ is a new dialect of the C progamming language. CZ is pronounced see-zee or C-easy. CZ is designed to be easy for beginners to use, however it is as powerful as C, and has many features that expert and professional coders can appreciate. - CZ code is translated to C, then the C code is compiled. - CZ code looks like python code: no braces or semicolons. - CZ has several features not found in C or C++ languages. - CZ has a common library, richer than most languages.