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.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to