mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Notes
This commit is contained in:
parent
3d7ed422db
commit
558b6adadf
1 changed files with 8 additions and 4 deletions
|
@ -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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue