A bug, unless I'm mistaken

2009-02-07 Thread Michael Burschik
(use-modules (oop goops)) (define-class () name) (make ) This makes guile 1.8.5 crash with a segmentation fault on Linux. I don't think it should. Regards Michael

character and string escapes

2009-02-07 Thread Mike Gran
Hi- I find this behavior curious. guile> (integer->char 129) #\201 guile> (write (integer->char 129)) #\201 guile> (write (string (integer->char 129))) "\x81" guile> #\x81 ERROR: In procedure scm_lreadr: ERROR: standard input:8:1: unknown character name x81 ABORT: (read-error) Why do strings