All Questions
2 questions
3
votes
2
answers
2k
views
Why don't we have a non-turing complete general purpose language yet? [duplicate]
Non-turing complete languages can solve every practical problem that a turing-complete language can. Also, they are much more analyzable than turing complete languages. The compiler can comprehend the ...
10
votes
4
answers
713
views
STDOUT and its impurity
I've read a lot of books and articles about functional programming and still ashamed of not being able to understand for sure some very basic concepts.
One of the main ideas of functional programming ...