Tagged Questions

14
votes
10answers
2k views

Practical non-Turing-complete languages?

Nearly all programming languages used are Turing Complete, and while this affords the language to represent any computable algorithm, it also comes with its own set of problems. Seeing as all the ...
9
votes
8answers
381 views

Do all regular expressions halt?

Is there any regular expression that will, for some input string, search for a match forever?