Skip to content
  • Gwen Weinholt's avatar
    Add some standard procedures from R5RS, R6RS, SRFI-{1,13,43} · 6f5155c0
    Gwen Weinholt authored
    This adds implementations of some standard procedures:
    
    * call-with-bytevector-output-port
    * get-bytevector-n
    * open-string-output-port
    * call-with-string-output-port
    * bytevector-u8-ref
    * bytevector-s8-ref
    * bytevector-u32-ref
    * iota
    * string-join
    * vector-binary-search
    * quotient
    * remainder
    * utf8->string
    6f5155c0