mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-10 22:37:38 +02:00
Classifying TODO's
This commit is contained in:
parent
fa86dba6f0
commit
3d7ed422db
1 changed files with 10 additions and 5 deletions
|
@ -156,11 +156,19 @@
|
||||||
; rational?
|
; rational?
|
||||||
; rationalize
|
; rationalize
|
||||||
;
|
;
|
||||||
|
; ; Need to change how integer? works, to include floatings points without any decimals
|
||||||
|
; denominator
|
||||||
|
; numerator
|
||||||
|
;
|
||||||
|
; ; need string ports
|
||||||
|
; get-output-string
|
||||||
|
; open-input-string
|
||||||
|
; open-output-string
|
||||||
|
;
|
||||||
|
; for a lot of the following, need begin-splicing, or syntax-rules
|
||||||
; binary-port?
|
; binary-port?
|
||||||
; define-record-type
|
; define-record-type
|
||||||
; define-values
|
; define-values
|
||||||
; denominator
|
|
||||||
; get-output-string
|
|
||||||
; guard
|
; guard
|
||||||
; import
|
; import
|
||||||
; include
|
; include
|
||||||
|
@ -171,9 +179,6 @@
|
||||||
; let-values
|
; let-values
|
||||||
; letrec*
|
; letrec*
|
||||||
; letrec-syntax
|
; letrec-syntax
|
||||||
; numerator
|
|
||||||
; open-input-string
|
|
||||||
; open-output-string
|
|
||||||
; output-port-open?
|
; output-port-open?
|
||||||
; output-port?
|
; output-port?
|
||||||
; parameterize
|
; parameterize
|
||||||
|
|
Loading…
Add table
Reference in a new issue