[racket] please help to change vector to list

From: Danny Yoo (dyoo at cs.wpi.edu)
Date: Thu Jun 2 14:56:00 EDT 2011

On Thu, Jun 2, 2011 at 1:00 PM, Yingjian Ma <yingjian.ma1955 at gmail.com> wrote:
> Thank you Stephen.  The code does not work in general.  I know how to do it
> now.

It sounds like you're beginning to learn Racket, which is cool.  You
may find the the Quick Start documentation at:

    http://docs.racket-lang.org/quick/index.html

a useful way to get started with Racket.  At the very least, the quick
start will show off some of Racket's capabilities.


The Guide at:

    http://docs.racket-lang.org/guide/index.html

can be helpful, but it assumes that you already have some knowledge in
general programming.


What kind of background do you already have?  Are you trying to learn
Racket specifically, or general programming?  If you're just trying to
learn general programming, a systematic textbook, like How to Design
Programs book, may help you:

     http://htdp.org/



Posted on the users mailing list.