takikawa's comments

takikawa | 13 years ago | on: The Nature of Lisp

That's not a problem though: delimited continuations are more expressive than undelimited ones anyway and often are a more natural way to solve programming problems.

takikawa | 13 years ago | on: Amb: A Redex Tutorial

Probably the best way to learn what an evaluation context is to read the book you've linked to there. Alternatively, it's basically what the Racket reference section on the evaluation model calls a "continuation": http://docs.racket-lang.org/reference/eval-model.html

We do try hard to make the docs understandable though, so if you have some feedback please do mention it on the mailing list so that the responsible devs can try to address it.

takikawa | 13 years ago | on: Why I don't use Racket or any other Scheme

The title is misleading since the blog author admits to not having tried Racket recently. IMHO, Racket fixes the author's key complaint about documentation by having a Guide (separate from Reference) with many examples: http://docs.racket-lang.org/guide/index.html

Since Racket isn't Scheme, it also comes with more data structures built-in and there's on-going work to better support numerical computation.

page 2