home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / 2849 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!mcsun!sunic!kth.se!news.kth.se!RICHARD
  3. From: RICHARD@ttt.kth.se
  4. Subject: Ambiguous numbers
  5. Message-ID: <RICHARD.92Nov11115905@CLYDE.ttt.kth.se>
  6. Sender: usenet@kth.se (Usenet)
  7. Nntp-Posting-Host: clyde.ttt.kth.se
  8. Organization: Department of TeleTransmission Theory
  9. Date: Wed, 11 Nov 1992 10:59:05 GMT
  10. Lines: 14
  11.  
  12.  
  13. when *read-base* is something like 16, some numbers are of ambiguous type.
  14.  
  15. For example, 0E0 could be read as an integer 224, or as the single-float 0.0
  16.  
  17. What I want to know is, which type SHOULD take precedence in such a case?
  18.  
  19. --
  20. !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
  21. ! Richard Levitte, System manager         ! tel: int+46-8-790 64 23           !
  22. ! Royal Institute of Technology           ! fax: int+46-8-791 76 54           !
  23. ! Department of Telecommunication Theory  ! Internet: richard@ttt.kth.se      !
  24. ! S-100 44 Stockholm, Sweden              !                                   !
  25. !-----------------------------------------------------------------------------!
  26.