mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +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
|
||||
;
|
||||
; ; 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
|
||||
; open-input-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
|
||||
; binary-port?
|
||||
; define-record-type
|
||||
|
@ -172,15 +180,11 @@
|
|||
; guard
|
||||
; import
|
||||
; include
|
||||
; input-port-open?
|
||||
; input-port?
|
||||
; let*-values
|
||||
; let-syntax
|
||||
; let-values
|
||||
; letrec*
|
||||
; letrec-syntax
|
||||
; output-port-open?
|
||||
; output-port?
|
||||
; parameterize
|
||||
; read-string
|
||||
; record?
|
||||
|
|
Loading…
Add table
Reference in a new issue