From: "numbchild@gmail.com" <numbchild@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: ob-clojure will error result when contains comment
Date: Thu, 13 Jul 2017 08:32:39 +0800 [thread overview]
Message-ID: <CAL1eYuKTP2=p7_5oc7fHEar3Oa87=WCWETeJw_C+vC6saZsHdQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 958 bytes --]
Here is the examples:
#+BEGIN_SRC clojure
(+ 1 1) ;=> 2
#+END_SRC
#+RESULTS:
: class clojure.lang.LispReader$ReaderExceptionclass
java.lang.RuntimeExceptionRuntimeException EOF while reading, starting at
line 1 clojure.lang.Util.runtimeException (Util.java:221)
#+BEGIN_SRC clojure :results value
(def sum1 #(reduce + %))
(def avg1 #(/ (sum %) (count %)))
(defn stats
[numbers]
(map #(% numbers) [sum1 count avg1]))
(stats [3 4 10])
;; => (17 3 17/3)
(stats [80 1 44 13 6])
;; => (144 5 144/5)
#+END_SRC
#+RESULTS:
: class clojure.lang.LispReader$ReaderExceptionclass
java.lang.RuntimeExceptionRuntimeException EOF while reading, starting at
line 1 clojure.lang.Util.runtimeException (Util.java:221)
[stardiviner] <Hack this world!> GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
[-- Attachment #2: Type: text/html, Size: 3456 bytes --]
next reply other threads:[~2017-07-13 0:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-13 0:32 numbchild [this message]
2017-07-13 8:48 ` ob-clojure will error result when contains comment Tim Cross
2017-07-13 12:23 ` numbchild
2017-07-14 0:21 ` Tim Cross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAL1eYuKTP2=p7_5oc7fHEar3Oa87=WCWETeJw_C+vC6saZsHdQ@mail.gmail.com' \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).