This commit is contained in:
Justin Ethier 2016-01-29 23:01:22 -05:00
parent 3d7ed422db
commit 558b6adadf

View file

@ -161,10 +161,18 @@
; numerator ; numerator
; ;
; ; need string ports ; ; need string ports
; ; may be able to use POSIX string steams for this, see: open_memstream
; ; however there may be portability issues with that. looks like BSD and windows don't have it
; get-output-string ; get-output-string
; open-input-string ; open-input-string
; open-output-string ; open-output-string
; ;
; ; it seems like these should be very do-able??
; input-port-open?
; input-port?
; output-port-open?
; output-port?
;
; for a lot of the following, need begin-splicing, or syntax-rules ; for a lot of the following, need begin-splicing, or syntax-rules
; binary-port? ; binary-port?
; define-record-type ; define-record-type
@ -172,15 +180,11 @@
; guard ; guard
; import ; import
; include ; include
; input-port-open?
; input-port?
; let*-values ; let*-values
; let-syntax ; let-syntax
; let-values ; let-values
; letrec* ; letrec*
; letrec-syntax ; letrec-syntax
; output-port-open?
; output-port?
; parameterize ; parameterize
; read-string ; read-string
; record? ; record?