Greetings, and thank you for such helpful bug reports!  Should be
fixed now.

Take care,

=============================================================================
Hello,

Reversing a string changes its type if the code is compiled
(GCL-2.7.0) :

======================================================================
>(defun test(f) (reverse f))

TEST

>(test "mystring")

"gnirtsym"

>(compile 'test)

;; Compiling /tmp/gazonk_7313_0.lsp.
;; End of Pass 1.  
;; End of Pass 2.  
;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0,
Speed=3, (Debug quality ignored)
;; Finished compiling /tmp/gazonk_7313_0.o.
;; Loading /tmp/gazonk_7313_0.o
 ;; start address -T 0xc7b6d0 ;; Finished loading /tmp/gazonk_7313_0.o
#<compiled-function TEST>
NIL
NIL

>(test "mystring")

#(#\g #\n #\i #\r #\t #\s #\y #\m)
=======================================================================

As always, thanks for your work on GCL,

Greg




=============================================================================
-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to