Comment Re:The crux of his argument (Score -1) 625
If you look at the Kawa package, which produces Java bytecodes from the scheme language, you find that exactly this problem. Scheme continuations cannot be fully expressed as Java bytecodes, so you can't use them and still produce runnable Java programs. CLR will have the same limitations.