;ELC
;;; Compiled
;;; in Emacs version 26.1
;;; with all optimizations.
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(byte-code "\300\301!\210\302\303\304\"\207" [require ob add-to-list org-babel-tangle-lang-exts ("io" . "io")] 3)
(defvar org-babel-default-header-args:io nil)
#@51 Name of the command to use for executing Io code.
(defvar org-babel-io-command "io" (#$ . 568))
#@120 Execute a block of Io code with org-babel. This function is
called by `org-babel-execute-src-block'
(fn BODY PARAMS)
(defalias 'org-babel-execute:io #[514 "\300\301!\210\302!\303@!\3048\305\236A\306\"\307$\310\311\312\n\236A\313\236A\"\311\314\236A\315\f\236A\"#\207" [message "executing Io source code block" org-babel-process-params org-babel-io-initiate-session 2 :result-type org-babel-expand-body:generic org-babel-io-evaluate org-babel-reassemble-table org-babel-pick-name :colname-names :colnames :rowname-names :rownames] 15 (#$ . 671)])
(defvar org-babel-io-wrapper-method "(\n%s\n) asString print\n")
#@258 Evaluate BODY in external Io process.
If RESULT-TYPE equals `output' then return standard output as a string.
If RESULT-TYPE equals `value' then return the value of the last statement
in BODY as elisp.
(fn SESSION BODY &optional RESULT-TYPE RESULT-PARAMS)
(defalias 'org-babel-io-evaluate #[1026 "\203 \302\303!\210\304\267\202\332 \305\235\203 \306\"\207\307\310!\211\311\312\313!!\314\315\316\317\320!\321\"\322$\216r\211q\210c\210)r\211q\210\323\324\211\324\315%\210*\266\306\325Q\326\"\207\307\310!\327 \"\311\312\313!!\314\315\316\317\320!\330\"\322$\216r\211q\210c\210)r\211q\210\323\324\211\324\315%\210*\266\306\325Q\326\"\331\235?\205\325 \332\235\204\316 \333\235\204\316 \334\235\204\316 \335\235\204\316 \336\235\204\316 \337\235\204\316 \340\235\204\310 \341\235\204\310 \342\235\204\310 \343\235\203\322 \344\235\204\322 \202\325 \345!\262\262\207\324\207" [org-babel-io-command org-babel-io-wrapper-method error "Sessions are not (yet) supported for Io" #s(hash-table size 2 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (output 14 value 77)) "repl" org-babel-eval org-babel-temp-file "io-" get-buffer-create generate-new-buffer-name " *temp file*" make-byte-code 0 "\301\300!\205 \302\300!\207" vconcat vector [buffer-name kill-buffer] 2 write-region nil " " "" format [buffer-name kill-buffer] "none" "scalar" "verbatim" "html" "code" "pp" "file" "output" "raw" "org" "drawer" "table" org-babel-script-escape] 14 (#$ . 1311)])
#@93 Prepare SESSION according to the header arguments specified in PARAMS.
(fn SESSION PARAMS)
(defalias 'org-babel-prep-session:io #[514 "\300\301!\207" [error "Sessions are not (yet) supported for Io"] 4 (#$ . 2819)])
#@167 If there is not a current inferior-process-buffer in SESSION
then create. Return the initialized session. Sessions are not
supported in Io.
(fn &optional SESSION)
(defalias 'org-babel-io-initiate-session #[256 "\300\207" [nil] 2 (#$ . 3043)])
(provide 'ob-io)
|