Are non Turing-complete languages considered programming languages at all?

Posted by user1598390 on Programmers See other posts from Programmers or by user1598390
Published on 2012-10-31T03:03:14Z Indexed on 2012/10/31 5:20 UTC
Read the original article Hit count: 239

Reading a recent question: Is it actually possible to have a 'useful' programming language that isn't Turing complete?, I've come to wonder if non Turing-complete programming languages are considered programming languages at all.

Since Turing-completeness means a language has to have variables to store values as well as control structures ( for, while )... Is a language that lacks these features considered a programming language ?

© Programmers or respective owner

Related posts about programming-languages

Related posts about language-features