Browse Source

Haskell needs more work on the differences between interactive and non-interactive evaluation

Eric Schulte 16 years ago
parent
commit
194c411d32
1 changed files with 4 additions and 4 deletions
  1. 4 4
      org-babel.org

+ 4 - 4
org-babel.org

@@ -391,8 +391,6 @@ org-feed.el has a (require 'sha1) and org-publish.el uses it too.
 -- Bernt
 -- Bernt
 #+end_quote
 #+end_quote
 
 
-
-
 ** TODO support for working with =*Org Edit Src Example*= buffers [4/6]
 ** TODO support for working with =*Org Edit Src Example*= buffers [4/6]
 *** STARTED Patch against org source. 
 *** STARTED Patch against org source. 
     I've worked on several related changes to source code edit buffer
     I've worked on several related changes to source code edit buffer
@@ -2749,7 +2747,7 @@ This is currently working only with emacs lisp as in the following
 example in the [[* emacs lisp source reference][emacs lisp source reference]].
 example in the [[* emacs lisp source reference][emacs lisp source reference]].
 
 
 
 
-** TODO Add languages [12/16]
+** TODO Add languages [11/16]
 I'm sure there are many more that aren't listed here.  Please add
 I'm sure there are many more that aren't listed here.  Please add
 them, and bubble any that you particularly care about up to the top.
 them, and bubble any that you particularly care about up to the top.
 
 
@@ -2757,7 +2755,7 @@ Any new language should be implemented in a org-babel-lang.el file.
 Follow the pattern set by [[file:lisp/org-babel-script.el][org-babel-script.el]], [[file:lisp/org-babel-shell.el][org-babel-shell.el]] and
 Follow the pattern set by [[file:lisp/org-babel-script.el][org-babel-script.el]], [[file:lisp/org-babel-shell.el][org-babel-shell.el]] and
 [[file:lisp/org-babel-R.el][org-babel-R.el]].
 [[file:lisp/org-babel-R.el][org-babel-R.el]].
 
 
-*** DONE Haskell
+*** STARTED Haskell
 #+begin_src haskell
 #+begin_src haskell
 "hello Haskell"
 "hello Haskell"
 #+end_src
 #+end_src
@@ -2780,6 +2778,8 @@ Follow the pattern set by [[file:lisp/org-babel-script.el][org-babel-script.el]]
 #+resname:
 #+resname:
 | 1 | 2 | 3 | 4 | 5 |
 | 1 | 2 | 3 | 4 | 5 |
 
 
+**** allow non-interactive evaluation
+
 *** STARTED ocaml [2/3]
 *** STARTED ocaml [2/3]
 
 
 - [X] Working for the simple case (no arguments, simple output)
 - [X] Working for the simple case (no arguments, simple output)