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
printing lists
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
  2 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
 
Erik Naggum  
View profile  
 More options Aug 24 1996, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 1996/08/24
Subject: printing lists

another question about near-trivial Common Lisp requirements.

ANSI X3.226 section 22.1.3.5 Printing Lists and Conses clearly states how a
list should be printed.  however, is there room for printed forms that
exploit the readtable?  e.g., '(quote foo) => 'foo, '(function foo) =>
#'foo, '`(foo ,bar) => `(foo ,bar).  if so, how would it be requested?

#\Erik


 
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 Aug 25 1996, 3:00 am
Newsgroups: comp.lang.lisp
From: bar...@tools.bbnplanet.com (Barry Margolin)
Date: 1996/08/25
Subject: Re: printing lists

In article <3049869637359...@arcana.naggum.no>,
Erik Naggum  <e...@naggum.no> wrote:

>ANSI X3.226 section 22.1.3.5 Printing Lists and Conses clearly states how a
>list should be printed.  however, is there room for printed forms that
>exploit the readtable?  e.g., '(quote foo) => 'foo, '(function foo) =>
>#'foo, '`(foo ,bar) => `(foo ,bar).  if so, how would it be requested?

There's no standard way to request this.  Some implementations do this
automatically, although they must provide a way to turn it off in order to
get standard-conforming output (it's generally controlled by some
*PRINT-xxx* variable and a corresponding :xxx argument to WRITE).
--
Barry Margolin
BBN Planet, Cambridge, MA
bar...@bbnplanet.com -  Phone (617) 873-3126 - Fax (617) 873-6351
(BBN customers, please call (800) 632-7638 option 1 for support)

 
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 »