Skip to main content

All 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 ...
David Cowden's user avatar
  • 2,903
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 ...
MaiaVictor's user avatar
  • 5,850
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 ...
Pacerier's user avatar
  • 5,043