From 3d7ed422dbb0b917f37727f78fdedca045809026 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 29 Jan 2016 22:35:37 -0500 Subject: [PATCH] Classifying TODO's --- scheme/base.sld | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scheme/base.sld b/scheme/base.sld index a81ca43c..ee6642f3 100644 --- a/scheme/base.sld +++ b/scheme/base.sld @@ -156,11 +156,19 @@ ; rational? ; 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? ; define-record-type ; define-values -; denominator -; get-output-string ; guard ; import ; include @@ -171,9 +179,6 @@ ; let-values ; letrec* ; letrec-syntax -; numerator -; open-input-string -; open-output-string ; output-port-open? ; output-port? ; parameterize