Email list hosting service & mailing list manager

SRFI 33 vs SLIB Taylor Campbell (04 Jan 2005 01:13 UTC)
Re: SRFI 33 vs SLIB Aubrey Jaffer (07 Jan 2005 05:35 UTC)
Re: SRFI 33 vs SLIB Per Bothner (07 Jan 2005 05:53 UTC)
Re: SRFI 33 vs SLIB Michael Sperber (07 Jan 2005 10:58 UTC)
Re: SRFI 33 vs SLIB Shiro Kawai (07 Jan 2005 11:43 UTC)
Re: SRFI 33 vs SLIB Taylor Campbell (08 Jan 2005 02:02 UTC)

Re: SRFI 33 vs SLIB Shiro Kawai 07 Jan 2005 11:43 UTC

For the prior art, here's a little survey.

http://www.shiro.dreamhost.com/scheme/wiliki/schemexref.cgi/arithmetic-shift
http://www.shiro.dreamhost.com/scheme/wiliki/schemexref.cgi/ash
http://www.shiro.dreamhost.com/scheme/wiliki/schemexref.cgi/ashl

http://www.shiro.dreamhost.com/scheme/wiliki/schemexref.cgi/logand
http://www.shiro.dreamhost.com/scheme/wiliki/schemexref.cgi/bitwise-and
http://www.shiro.dreamhost.com/scheme/wiliki/schemexref.cgi/bit-and

(They are based on my skimming reference manuals.  If they are
not correct, edit the page)

--shiro

>From: Per Bothner <xxxxxx@bothner.com>
Subject: Re: SRFI 33 vs SLIB
Date: Thu, 06 Jan 2005 21:51:28 -0800

> Aubrey Jaffer wrote:
>
> > ASH is another problem word, but is prior art from Common-Lisp.
>
> There is prior art for "arithmetic-shift".  Kawa proves both.
> I seem to remember getting the name "arithmetic-shift" from some
> other Scheme implementation.
> --
> 	--Per Bothner
> xxxxxx@bothner.com   http://per.bothner.com/
>