All Questions
3 questions
17
votes
4
answers
3k
views
What is an example of a continuation not implemented as a procedure?
An interesting discussion about the distinction between callbacks and continuations over on SO has prompted this question. By definition, a continuation is an abstract representation of the logic ...
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 ...
12
votes
5
answers
3k
views
Is functional programming just different, or is it actually really tougher?
Is functional programming just different, or is it actually really tougher?
Say someone who have never learned programming at all before, and is taught functional programming. vs someone who have ...