%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.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 ("scala" . "scala")] 3) (defvar org-babel-default-header-args:scala nil) #@54 Name of the command to use for executing Scala code. (defvar org-babel-scala-command "scala" (#$ . 579)) #@105 Execute a block of Scala code with org-babel. This function is called by `org-babel-execute-src-block' (defalias 'org-babel-execute:scala #[(body params) "\306\307!\210\310!\311 @! A@\312 8\313\314\"A\315\"\316\n \f$\317\320\313\321\"A\313\322\"A\"\320\313\323\"A\313\324\"A\"#.\207" [params processed-params session vars result-params result-type message "executing Scala source code block" org-babel-process-params org-babel-scala-initiate-session 2 assoc :result-type org-babel-expand-body:generic org-babel-scala-evaluate org-babel-reassemble-table org-babel-pick-name :colname-names :colnames :rowname-names :rownames body full-body result] 8 (#$ . 691)]) #@166 Convert RESULTS into an appropriate elisp value. If RESULTS look like a table, then convert them into an Emacs-lisp table, otherwise return the results as a string. (defalias 'org-babel-scala-table-or-string #[(results) "\301!\207" [results org-babel-script-escape] 2 (#$ . 1383)]) (defvar org-babel-scala-wrapper-method "var str_result :String = null;\n\nConsole.withOut(new java.io.OutputStream() {def write(b: Int){\n}}) {\n str_result = {\n%s\n }.toString\n}\n\nprint(str_result)\n") #@204 Evaluate BODY in external Scala 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. (defalias 'org-babel-scala-evaluate #[(session body &optional result-type result-params) "\203 \306\307!\210\310 \311\"\203<