Is the bash shell scripting language a Turing complete language? It seems to have most of the facilities of a Turing complete language, i.e. conditionals, iteration, recursion, and support for all the basic primitive data types, but it doesn't seem allow for numerical incrementing in loops or general abstract data structures, except for special purposes like file stacks and directories. Also, do you think it would count as a very high level programming language? What criteria are used to determine this?


LinkBack URL
About LinkBacks




Reply With Quote






Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum