Hello, Pico Lispers ["Jon Kleiser" <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
> Hello "Jon Kleiser" <[EMAIL PROTECTED]> :-) > You are now subscribed > Hello, I think this mailing list is a very good idea. Will there be an archive of the postings? /Jon

Re: Hello, Pico Lispers ["Jon Kleiser" <[EMAIL PROTECTED]>] [Robert Wörle <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
picolisp@software-lab.de schrieb: >> Hello "Jon Kleiser" <[EMAIL PROTECTED]> :-) >> You are now subscribed >> > > Hello, > > I think this mailing list is a very good idea. Will there be an archive of > the postings? Hehe, scream it louder ! Archive , Archive rob > > /Jon >

Re: Hello, Pico Lispers ["Jon K [Robert Wörle <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Alex .. you should probably remove the the mail adresses in the subject so i say in the following line you could remove *Name and *From ? right ?!? (prinl "Subject: " (pack (or *Name *From) ": " *Subject) "^M") robert picolisp@software-lab.de schrieb: > picolisp@software-lab.de schrieb: >>>

Re: Hello, Pico Lispers ["Jon K [Alexander Burger <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hi Robert, > Alex .. you should probably remove the the mail adresses in the subject > so i say in the following line you could remove *Name and *From ? right ?!? > >(prinl "Subject: " (pack (or *Name *From) ": " *Subject) "^M") I changed this yesterday to another format. Instead of "Na

Re: Hello, Pico Lispers [Alexander Burger <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
> I changed this yesterday to another format. Instead of > >"Name" <[EMAIL PROTECTED]>: Original Subject > > I changed it to > >Original Subject ["Name" <[EMAIL PROTECTED]>] Now I changed it once more. As the chain of ["Name1" ] ["Name2" ] ... was getting longer and longer in the

Re: Hello, Pico Lispers ["Jon Kleiser" <[EMAIL PROTECTED]>] [Alexander Burger <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hi Jon, nice to see you here! :-) > I think this mailing list is a very good idea. Will there be an archive of > the postings? As you see, this is also the desire of Robert ;-) Initially, I was planning to maintain an archive for this list. However, I decided not to do so. This would be a much

Re: Hello, Pico Lispers [Alexander Burger <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
> If not, perhaps there is some other means than rolling one's own > archive? Pipe the whole stuff to master Google? Perhaps something like: http://www.mail-archive.com ? Cheers, - Alex

Pico, fixed-point floor and ceil [Jon Kleiser <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hi, Yesterday I sent Alex a couple of fixed-point functions, 'floor' and 'ceil', asking if he had any comments. He made me aware that I hadn't thought of negative input values. Here are my improved versions: (de floor (X) (let R (% X 1.0) (if (lt0 R) (- X R 1.0) (- X R

Re: Pico, fixed-point floor and ceil [Alexander Burger <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hi Jon, > (de floor (X) > (let R (% X 1.0) > (if (lt0 R) (- X R 1.0) (- X R)) ) ) > > (de ceil (X) > (let R (% X 1.0) > (if (gt0 R) (+ (- X R) 1.0) (- X R)) ) ) Looks nice! I don't think there is a substantially better way. Anybody else ? Cheers, - Alex

Subscribe [Anthony Sherbondy <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hello Anthony Sherbondy <[EMAIL PROTECTED]> :-) You are now subscribed

Subscribe [Uwe Gruentjes <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hello Uwe Gruentjes <[EMAIL PROTECTED]> :-) You are now subscribed

Re: Subscribe [Alexander Burger <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
On Tue, Mar 11, 2008 at 06:05:32PM +0100, picolisp@software-lab.de wrote: > Hello Uwe Gruentjes <[EMAIL PROTECTED]> :-) > You are now subscribed Hi Uwe! Welcome on board :-) Cheers, - Alex

subscribe ["Jon Kleiser" <[EMAIL PROTECTED]>]

2008-03-11 Thread picolisp
Hello "Jon Kleiser" <[EMAIL PROTECTED]> :-) You are now subscribed