guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bit vectors read syntax


From: Ludovic Courtès
Subject: Bit vectors read syntax
Date: Fri, 21 Oct 2005 15:35:57 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi,

The manual (1.7) mentions two read syntaxes for bit vectors:

   (make-uniform-vector 8 #t #f) =>
   #*00000000

   #b(#t #f #t) =>
   #*101

In 1.7 the `#*' syntax works fine but the `#b()' doesn't:

  guile> #b(#f #t #f)
  ERROR: In procedure scm_lreadr:
  ERROR: standard input:5:3: Unknown # object: #\b

In fact, `scm_lreadr ()' does not seem to implement it.  So should the
`#b()' read syntax be removed from the manual?

Thanks,
Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]