unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: "Dale P. Smith" <dsmith@altustech.com>
Subject: Re: (sqrt long-digit-string)
Date: Wed, 12 Feb 2003 00:35:01 -0500	[thread overview]
Message-ID: <20030212003501.31c2f46a.dsmith@altustech.com> (raw)
In-Reply-To: <CMM.0.92.0.1044987944.beebe@suncore.math.utah.edu>

On Tue, 11 Feb 2003 11:25:44 -0700 (MST)
"Nelson H. F. Beebe" <beebe@math.utah.edu> wrote:

> I just tried the posted example of (sqrt long-digit-string) with
> guile 1.6.3 on Sun Solaris and got similar scanner errors.
> 
> I then chopped off trailing digits and made repeated experiments.
> With an input line of 256 characters, guile reports a reasonable
> numeric answer.   With 257 characters, it goes into a wait state.
> With 258 character, it reports the scanner error.

It works for me in 1.6.3 on intel, using rlb's .debs.

The reader starts out with a token buffer of 30, and then doubles it
each time it overflows.  30 60 120 240 480.  It doesn't line up at 256.

Just a hunch.  Try it without readline, if you are using it.

-Dale

-- 
Dale P. Smith
Senior Systems Consultant,      | Treasurer,
Altus Technologies Corporation  | Cleveland Linux Users Group
dsmith@altustech.com            | http://cleveland.lug.net
440-746-9000 x239               |


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


      reply	other threads:[~2003-02-12  5:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-11 18:25 (sqrt long-digit-string) Nelson H. F. Beebe
2003-02-12  5:35 ` Dale P. Smith [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030212003501.31c2f46a.dsmith@altustech.com \
    --to=dsmith@altustech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).