Skip to content

Commit

Permalink
Notes on grouping functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
klutometis committed Oct 7, 2012
1 parent 0da6bf5 commit 2c60052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TODO.org
@@ -1,3 +1,6 @@
* TODO Doubling up functions
See e.g. [[http://api.call-cc.org/doc/posix#def:call-with-output-pipe][call-with-{input,output}-pipe]]. Groups of functions; another
example is [[http://api.call-cc.org/doc/scsh-process][scsh-process]].
* TODO Inherit unspecified parameters from other procedures.
#+BEGIN_SRC scheme
(define (foo bar)
Expand Down Expand Up @@ -227,8 +230,6 @@
* TODO =@example=
Everything should be able to take examples, even modules; examples
should be as fundamental as source-code.
* TODO Doubling up functions
See e.g. [[http://api.call-cc.org/doc/posix#def:call-with-output-pipe][call-with-{input,output}-pipe]].
* TODO Classes?
Maybe this can be an extension.
* TODO Define an intermediate long-hand.
Expand Down

0 comments on commit 2c60052

Please sign in to comment.