MIT/GNU Scheme implementation Arthur A. Gleckler (26 Jul 2008 16:59 UTC)
Re: MIT/GNU Scheme implementation higepon (27 Jul 2008 13:41 UTC)
Re: MIT/GNU Scheme implementation Arthur A. Gleckler (04 Aug 2008 04:19 UTC)
Re: MIT/GNU Scheme implementation higepon (05 Aug 2008 08:39 UTC)
Re: MIT/GNU Scheme implementation Arthur A. Gleckler (05 Aug 2008 15:07 UTC)

Re: MIT/GNU Scheme implementation higepon 05 Aug 2008 08:38 UTC

Hi.

Thank you Arthur A. Gleckler and Alexey Radul.

I will add MIT/GNU Scheme to "Appendix: Existing implementations", not
to "Implementation".
Right?

Regards.
---
Taro Minowa(Higepon)

http://www.monaos.org/
http://code.google.com/p/mosh-scheme/
On Mon, Aug 4, 2008 at 1:19 PM, Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
> On Sat, Jul 26, 2008 at 9:58 AM, Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
>> For the Implementations section, here's one for MIT/GNU Scheme:
>
> For the record, Alexey Radul figured out that my implementation of
> `get-environment-variables' won't actually work.  I was depending on a
> variable that acts as a cache, not as the definitive source of the
> values of all environment variables.  As far as I can tell, MIT Scheme
> doesn't contain an appropriate primitive for this operation.
>
> On the other hand, MIT Scheme already defines
> `get-environment-variable' in a way that is compatible with this SRFI.
>
>