Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ARRAY-TOTAL-SIZE-LIMIT: Need some data.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Marco Antoniotti  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Marco Antoniotti <marc...@cs.nyu.edu>
Date: 2000/10/12
Subject: ARRAY-TOTAL-SIZE-LIMIT: Need some data.

Hi

I have ACL and CMUCL runnign on my machine.  I need the values for the
ARRAY-TOTAL-SIZE-LIMIT constant of other implementations.

Could you please mail them to me?

Thanks

--
Marco Antoniotti =============================================================
NYU Bioinformatics Group                         tel. +1 - 212 - 998 3488
719 Broadway 12th Floor                          fax  +1 - 212 - 995 4122
New York, NY 10003, USA                          http://galt.mrl.nyu.edu/valis
             Like DNA, such a language [Lisp] does not go out of style.
                              Paul Graham, ANSI Common Lisp


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hannah Schroeter  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: han...@schlund.de (Hannah Schroeter)
Date: 2000/10/12
Subject: Re: ARRAY-TOTAL-SIZE-LIMIT: Need some data.
Hello!

In article <y6cd7h6uncm....@octagon.mrl.nyu.edu>,
Marco Antoniotti  <marc...@cs.nyu.edu> wrote:

>Hi
>I have ACL and CMUCL runnign on my machine.  I need the values for the
>ARRAY-TOTAL-SIZE-LIMIT constant of other implementations.
>Could you please mail them to me?

No, you post here, you read here.

So there. All on OpenBSD/x86.

clisp 20000306: 16777216
sbcl 0.6.7: 536870911
ecls 0.0g: 16777216

Regards, Hannah.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marco Antoniotti  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Marco Antoniotti <marc...@cs.nyu.edu>
Date: 2000/10/12
Subject: Re: ARRAY-TOTAL-SIZE-LIMIT: Need some data.

Thanks to all who answered.  Here is the summary

ACL             Linux           x86     16777216        (expt 2 24)
CLisp           Linux           x86     16777216        (expt 2 24)
CLisp           Solaris 2.7     Sparc   16777216        (expt 2 24)
CMUCL           *               *       536870911       (1- (expt 2 29))
ECLS 0.0c       Linux           x86     16777216        (expt 2 24)
ECoLisp 0.27    Linux           x86     16777216        (expt 2 24)
GCL 2.2.1       Linux           x86     2147483647      (expt 2 31)
GCL 2.2.1       Solaris 2.?     Sparc   2147483647      (expt 2 31)
Genera 8.3      Genera          Ivory   134217728
Lispworks       Linux           x86     2096896         (expt 2 21)
MCL 4.[12]      MacOS           PPC     16777216        (expt 2 24)
SBCL            *               *       536870911       (1- (expt 2 29))

(*) I assume.

--
Marco Antoniotti =============================================================
NYU Bioinformatics Group                         tel. +1 - 212 - 998 3488
719 Broadway 12th Floor                          fax  +1 - 212 - 995 4122
New York, NY 10003, USA                          http://galt.mrl.nyu.edu/valis
             Like DNA, such a language [Lisp] does not go out of style.
                              Paul Graham, ANSI Common Lisp


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc Battyani  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: "Marc Battyani" <Marc.Batty...@fractalconcept.com>
Date: 2000/10/12
Subject: Re: ARRAY-TOTAL-SIZE-LIMIT: Need some data.

"Marco Antoniotti" <marc...@cs.nyu.edu> wrote in message

news:y6caec9vmfp.fsf@octagon.mrl.nyu.edu...

> Thanks to all who answered.  Here is the summary

> ACL Linux x86 16777216 (expt 2 24)
> CLisp Linux x86 16777216 (expt 2 24)
> CLisp Solaris 2.7 Sparc 16777216 (expt 2 24)
> CMUCL * * 536870911 (1- (expt 2 29))
> ECLS 0.0c Linux x86 16777216 (expt 2 24)
> ECoLisp 0.27 Linux x86 16777216 (expt 2 24)
> GCL 2.2.1 Linux x86 2147483647 (expt 2 31)
> GCL 2.2.1 Solaris 2.? Sparc 2147483647 (expt 2 31)
> Genera 8.3 Genera Ivory 134217728
> Lispworks Linux x86 2096896 (expt 2 21)
> MCL 4.[12] MacOS PPC 16777216 (expt 2 24)
> SBCL * * 536870911 (1- (expt 2 29))

Lispworks Windows x86 2096896 (expt 2 21)

Marc Battyani


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
The Glauber  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: The Glauber <theglau...@my-deja.com>
Date: 2000/10/12
Subject: Re: ARRAY-TOTAL-SIZE-LIMIT: Need some data.
In article <8s58ls$2v...@reader1.fr.uu.net>,
  "Marc Battyani" <Marc.Batty...@fractalconcept.com> wrote:

CormanLisp 1.41 (Windows x86) 16777216 (expt 2 24)
CLisp Windows x86 16777216 (expt 2 24)

--
Glauber Ribeiro
theglau...@my-deja.com    http://www.myvehiclehistoryreport.com
"Opinions stated are my own and not representative of Experian"

Sent via Deja.com http://www.deja.com/
Before you buy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.net>
Date: 2000/10/12
Subject: Re: ARRAY-TOTAL-SIZE-LIMIT: Need some data.
* Marco Antoniotti
| Could you please mail them to me?

* Hannah Schroeter
| No, you post here, you read here.

  And just who are you?  Another German newbie out to teach the world
  some basics in life that nobody else could possibly have understood
  without your help?  Is there a limit to the arrogance of you people?

  Marco's not an idiot.  First, cluttering the newsgroup with replies
  to a simple question like that is stupid.  Second, if anyone asks
  him to summarize, he will.  He might summarize even if nobody asks.

  Here's a free hint for you: comp.lang.lisp is one of the newsgroups
  where the newcomers aren't likely to be smarter than the residents,
  _quite_ unlike the majority of newsgroups out there.

  Hey, is it mid-October, already?  September sure was short this year!

#:Erik
--
  I agree with everything you say, but I would
  attack to death your right to say it.
                                -- Tom Stoppard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Margolin  
View profile  
 More options Oct 12 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Barry Margolin <bar...@genuity.net>
Date: 2000/10/12
Subject: Re: ARRAY-TOTAL-SIZE-LIMIT: Need some data.
In article <3180377229675...@naggum.net>, Erik Naggum  <e...@naggum.net> wrote:

>  Marco's not an idiot.  First, cluttering the newsgroup with replies
>  to a simple question like that is stupid.  

I agree with Erik (wow, I think that's now twice this year!).  There would
probably be lots of duplication, due to the propagation delays inherent in
Usenet.

>                                          Second, if anyone asks
>  him to summarize, he will.  He might summarize even if nobody asks.

He already did (well, someone posted a large table, I think it was him).

--
Barry Margolin, bar...@genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »