"Maciek Godek" <[EMAIL PROTECTED]> writes:
>> What is so wrong with forms like `(set! (vector-ref foo index) ...)'?
>
> In scheme the only problem is that they don't work, unless we
> redefine vector-ref:
> (define vector-get vector-ref)
> (define vector-ref (make-procedure-with-setter vector-get vector-set!))

(use-modules (srfi srfi-17))

(see "(guile)SRFI-17" in infotex)

-- 
emacsen: every copy of Emacs comes with a bag of pot and 5 hits of acid
emacsen: and a hotel coffee maker


Reply via email to