From: jean-claude.runser
Subject: Tamagotchi in Lisp
Date: 
Message-ID: <01bcde7d$ae83c200$5c8afcc1@pentium200>
Welcome !!

I'm student in a french school, and I have to program a Tamagotchi in Lisp
Could someone help me ???

Thank you very much........

RG

From: John Arley Burns
Subject: Re: Tamagotchi in Lisp
Date: 
Message-ID: <wzbu08noyw.fsf@urquan-kohr-ah.mesas.com>
"jean-claude.runser" <··················@wanadoo.fr> writes:

> Welcome !!
> 
> I'm student in a french school, and I have to program a Tamagotchi in Lisp
> Could someone help me ???
> 
> Thank you very much........
> 
> RG

write it as an emacs mode! That would be elite!

pax et bonum
From: Rainer Joswig
Subject: Re: Tamagotchi in Lisp
Date: 
Message-ID: <joswig-ya023180001311971355380001@news.lavielle.com>
In article <··············@urquan-kohr-ah.mesas.com>, John Arley Burns
<······@urquan-kohr-ah.mesas.com> wrote:

> "jean-claude.runser" <··················@wanadoo.fr> writes:
> 
> > Welcome !!
> > 
> > I'm student in a french school, and I have to program a Tamagotchi in Lisp
> > Could someone help me ???
> > 
> > Thank you very much........
> > 
> > RG
> 
> write it as an emacs mode! That would be elite!
> 
> pax et bonum

How about a SIOD CGI application?

-- 
http://www.lavielle.com/~joswig/
From: Ken Forbus
Subject: Re: Tamagotchi in Lisp
Date: 
Message-ID: <3470E07D.E67FDBA@ils.nwu.edu>
If you don't mind a Scheme version, have a look at

http://www.cs.nwu.edu/academics/courses/a11/lectures/vpet.htm

Elsewhere on the same site you can download a version of Scheme48
for Windows boxes that we distribute which is sufficient to run it.


Rainer Joswig wrote:
> 
> In article <··············@urquan-kohr-ah.mesas.com>, John Arley Burns
> <······@urquan-kohr-ah.mesas.com> wrote:
> 
> > "jean-claude.runser" <··················@wanadoo.fr> writes:
> >
> > > Welcome !!
> > >
> > > I'm student in a french school, and I have to program a Tamagotchi in Lisp
> > > Could someone help me ???
> > >
> > > Thank you very much........
> > >
> > > RG
> >
> > write it as an emacs mode! That would be elite!
> >
> > pax et bonum
> 
> How about a SIOD CGI application?
> 
> --
> http://www.lavielle.com/~joswig/

-- 
==========================================
Prof. Kenneth D. Forbus
Qualitative Reasoning Group
The Institute for the Learning Sciences
Northwestern University
1890 Maple Avenue
Evanston, Illinois, 60201, USA

email: ······@ils.nwu.edu
voice: (847) 491-7699
fax: (847) 491-5258
http://www.qrg.ils.nwu.edu/
==========================================
From: Bryant D. Brandon
Subject: Re: Tamagotchi in Lisp
Date: 
Message-ID: <15CE50D7703BC9AE.DD2AA75BDC458556.339740778CE0BD92@library-proxy.airnews.net>
In article <··························@pentium200>, "jean-claude.runser"
<··················@wanadoo.fr> wrote:

>Welcome !!
>
>I'm student in a french school, and I have to program a Tamagotchi in Lisp
>Could someone help me ???
>
>Thank you very much........
>
>RG

   Tamagoch, did you say?  Well, that's easy:

(defun tamagochi (warranty)
  (let ((life-span (+ (random) warranty)
        (name (random-string-from-file "tamagochi.names.txt")))
    (say-hello name)
    (be-cute life-span)
    (die)))

NOTE: Don't take this seriously.

B.B.       --I am not a goat!