Bugs #408126, was updated on 2001-03-12 19:44
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408126&group_id=10493
Category: scheme-48
Group: None
Status: Open
Priority: 5
Submitted By: Brian D. Carlstrom
Assigned to: Olin Shivers
Summary: "-i" is number not symbol
Initial Comment:
C:\>scsh
Scsh 0.5.3
> (run (ls -i))
Error: Can only stringify strings, symbols, and
integers.
0-1i
256
>
----------------------------------------------------------------------
Comment By: Brian D. Carlstrom
Date: 2001-03-12 19:44
Message:
Logged In: YES
user_id=27364
From: Steven Jenkins <sjenkins@ms.com>
To: "Brian D. Carlstrom" <bdc@ai.mit.edu>
Cc: Leif Nixon <nixon@softlab.se>, scsh-
news@martigny.ai.mit.edu
Subject: Re: Bug? Whats wrong with the symbol -i?
Date: Fri, 25 Apr 1997 18:40:17 -0400
This, of course, is because you have innums turned on..
>Leif Nixon writes:
> > I seem to have stumbled across another bug.
>
>We get this behavior from scheme48. the reader thinks -i
is an imaginary
>number.
>
>Scsh 0.5
>> '-1
>-1
>> '-i
>0-1i
>> (string->symbol "-i")
>'-i
>>
Steven L. Jenkins
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408126&group_id=10493
|