I wanted to learn a LISP-like language and tried Chicken for a bit and then switched to Racket. Reason: Documentation. I constantly got stuck with Chicken, often because the documentation available is for a previous version. No such problems with Racket and their, imho, excellent guide.
No doubt Chicken is a great language with cool features, it's just not very beginner friendly.
The documentation for eggs of the previous version has a link at the very top to the latest version.
For other cases, please consider letting us know exactly where you got stuck on IRC or on the mailinglist. Without feedback we can't fix things! The community is very friendly to beginners, even if the documentation isn't.
This I have also found to be the case, though ultimately I also focused more on learning Racket because, coming from Python, I was used to a more "batteries included" experience.
I really like Chicken but I switched for similar reasons. Also, some of the eggs I wanted to use won't work on my system. Still I think Chicken is really rad and I'd use it again.
Unfortunately, the pipeline.com links no longer work, and I haven’t been able to coax the Wayback Machine into giving me more than the first page of the Cheney on the MTA paper.
2. Use the C stack as the young generation by calling each continuation as an ordinary C function.
3. When the stack reaches a limit, copy all reachable objects to the heap, "free" the young gen via longjmp() back to the bottom of the stack, and continue on.
No doubt Chicken is a great language with cool features, it's just not very beginner friendly.