Historians of programming languages and database people tend to classify programming languages by generations: |
1GL --- machine language (in 0/1 binary) |
2GL --- assembly language (in symbolic machine language) |
3GL --- high-level programming language (structural, modular and usually procedural) |
4GL --- non-procedural (declarative). Most AI languages are 4GL. |