From: lquan
Subject: who to use lisp language operate string ?
Date: 
Message-ID: <f4a95d61.0112292202.68a7424f@posting.google.com>
I am just learning lisp . I even don't know how to merge several
string to a singal string . the problem is like follows :


  (define aa "I")
  (define bb "student")

  then I want to make a string result like "I am student" use aa and bb.

  If you can help me.
  Thank you very much.
From: Marc Spitzer
Subject: Re: who to use lisp language operate string ?
Date: 
Message-ID: <slrna2tbnu.1udv.marc@oscar.eng.cv.net>
In article <····························@posting.google.com>, lquan wrote:
> I am just learning lisp . I even don't know how to merge several
> string to a singal string . the problem is like follows :
> 
> 
>   (define aa "I")
>   (define bb "student")
> 
>   then I want to make a string result like "I am student" use aa and bb.
> 
>   If you can help me.
>   Thank you very much.

I think you might want comp.lang.scheme

marc