mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 05:06:36 +02:00
Organized missing bytevector functions
This commit is contained in:
parent
1c3e546be7
commit
28c3b8d6b6
1 changed files with 10 additions and 8 deletions
|
@ -124,7 +124,7 @@
|
|||
;;;;
|
||||
; Possibly missing functions:
|
||||
;
|
||||
; binary-port?
|
||||
; ; byte vectors are not implemented yet:
|
||||
; bytevector
|
||||
; bytevector-append
|
||||
; bytevector-copy
|
||||
|
@ -133,12 +133,20 @@
|
|||
; bytevector-u8-ref
|
||||
; bytevector-u8-set!
|
||||
; bytevector?
|
||||
; get-output-bytevector
|
||||
; make-bytevector
|
||||
; open-input-bytevector
|
||||
; open-output-bytevector
|
||||
; read-bytevector
|
||||
; read-bytevector!
|
||||
; write-bytevector
|
||||
;
|
||||
; binary-port?
|
||||
; complex?
|
||||
; define-record-type
|
||||
; define-values
|
||||
; denominator
|
||||
; eof-object
|
||||
; get-output-bytevector
|
||||
; get-output-string
|
||||
; guard
|
||||
; import
|
||||
|
@ -153,11 +161,8 @@
|
|||
; list->string
|
||||
; list->vector
|
||||
; list-set!
|
||||
; make-bytevector
|
||||
; numerator
|
||||
; open-input-bytevector
|
||||
; open-input-string
|
||||
; open-output-bytevector
|
||||
; open-output-string
|
||||
; output-port-open?
|
||||
; output-port?
|
||||
|
@ -167,8 +172,6 @@
|
|||
; raise-continuable
|
||||
; rational?
|
||||
; rationalize
|
||||
; read-bytevector
|
||||
; read-bytevector!
|
||||
; read-string
|
||||
; read-u8
|
||||
; record?
|
||||
|
@ -178,7 +181,6 @@
|
|||
; textual-port?
|
||||
; u8-ready?
|
||||
; utf8->string
|
||||
; write-bytevector
|
||||
; write-string
|
||||
; write-u8
|
||||
;;;;
|
||||
|
|
Loading…
Add table
Reference in a new issue