tweaking tasks for sessions and script/functional evaluation
This commit is contained in:
parent
36480d34b9
commit
78a0f21f6d
|
@ -115,7 +115,7 @@ and the results to be collected in the same table.
|
||||||
|
|
||||||
|
|
||||||
* Tasks [22/38]
|
* Tasks [22/38]
|
||||||
** TODO Create objects in top level (global) environment [0/5]
|
** TODO Create objects in top level (global) environment [0/6]
|
||||||
*sessions*
|
*sessions*
|
||||||
|
|
||||||
*** initial requirement statement [DED]
|
*** initial requirement statement [DED]
|
||||||
|
@ -450,16 +450,13 @@ for the execution of source-code blocks.
|
||||||
of implementation and finding which statement is the last
|
of implementation and finding which statement is the last
|
||||||
statement.
|
statement.
|
||||||
|
|
||||||
*** TODO rework all source codes to use inferior-processes-buffers
|
*** TODO rework evaluation lang-by-lang [0/4]
|
||||||
|
|
||||||
this will involve...
|
This should include...
|
||||||
1) creating a a-list of default *session* buffers for each source language
|
- STDOUT and functional results
|
||||||
2) functions for dumping code to the *session* buffers which can be
|
- sessions in comint buffers
|
||||||
overridden by each source code language
|
|
||||||
3) functions for retrieving results from the *sessions* buffers which
|
|
||||||
can be overridden by each source code
|
|
||||||
|
|
||||||
**** DONE R
|
**** TODO R
|
||||||
|
|
||||||
#+srcname: task-R-with-inf-process-buffer
|
#+srcname: task-R-with-inf-process-buffer
|
||||||
#+begin_src R
|
#+begin_src R
|
||||||
|
@ -479,15 +476,14 @@ c = 3
|
||||||
(a + b) * c
|
(a + b) * c
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
**** TODO Python
|
||||||
|
|
||||||
|
**** TODO Shells
|
||||||
|
|
||||||
*** TODO implement a *session* header argument
|
*** TODO implement a *session* header argument
|
||||||
|
|
||||||
use this header argument to override the default *session* buffer
|
use this header argument to override the default *session* buffer
|
||||||
|
|
||||||
*** TODO remove source bodies from their functional wrappers
|
|
||||||
|
|
||||||
The current functional wrappers should be removed in favor of
|
|
||||||
incremental evaluation in inferior-source-buffers
|
|
||||||
|
|
||||||
*** TODO function to bring up inferior-process buffer
|
*** TODO function to bring up inferior-process buffer
|
||||||
|
|
||||||
This should be callable from inside of a source-code block in an
|
This should be callable from inside of a source-code block in an
|
||||||
|
|
Loading…
Reference in New Issue