Learn to Program with ZedLX

Free Online Programming Course for Beginners

A Quick Comparison of Programming Languages [5/10]

5. Static vs Dynamic Type System

A key distinction among programming languages is their type system.

Some languages, such as C, C++, Java, and C#, use a static type system, while others, like Javascript, PHP, and Python, use a dynamic type system.

ZedLX has a static type system, which is especially useful for novice programmers, because it helps them to more easily find mistakes in their code.

[See the error by clicking the 'Check' button]

Comparison of Popular Programming Languages by Type System

Loading...