Re: cannot import namespace reducers

2013-06-16 Thread Johannes Brauer
thank you, Las, for the quick tip. I will give Java 7 a try. I hope there are no problems on Mac OS 10.8.4 Johannes Am 16.06.2013 um 22:15 schrieb László Török ltoro...@gmail.commailto:ltoro...@gmail.com : .. sorry, gmail's new annoying keyboard shortcut b) include the dependency to the

Re: cannot import namespace reducers

2013-06-16 Thread Johannes Brauer
now, I've Java 7 installed and get another error message: Exception namespace 'clojure.core.reducers' not found clojure.core/load-lib (core.clj:5380) any further hints? Johannes Am 16.06.2013 um 22:43 schrieb Johannes Brauer bra...@nordakademie.demailto:bra...@nordakademie.de : thank you

Re: cannot import namespace reducers

2013-06-16 Thread Johannes Brauer
using lein repl and then (require 'clojure.core.reducers) it works ok for me. 2013/6/16 Johannes Brauer bra...@nordakademie.demailto:bra...@nordakademie.de now, I've Java 7 installed and get another error message: Exception namespace 'clojure.core.reducers' not found clojure.core/load-lib

Re: cannot import namespace reducers

2013-07-24 Thread Johannes Brauer
11:22 PM, Johannes Brauer bra...@nordakademie.de wrote: I am on clojure 1.5.1 and I use lein repl. But after (require '[clojure.core.reducers :as r]) I still get the same error message as with Java 6: CompilerException java.lang.ClassNotFoundException: jsr166y.ForkJoinPool, compiling:(clojure

Re: org-mode Clojure babel

2015-11-05 Thread Johannes Brauer
Hi! Thank you for your hints. ... One thing to do is look at your Org mode's ob-clojure.el and figure out whether it mentions cider. (The older or "stable" versions use only slime or nrepl.) The Org website is a house of mirrors, but somewhere you should find a tidy tar.gz of a nicely

Re: org-mode Clojure babel

2015-11-07 Thread Johannes Brauer
> It also allows integration with asciidoc, and clojure. I wrote these > slides: > > http://homepages.cs.ncl.ac.uk/phillip.lord/download/tawny/icbo_2015/2015_lisbon.html > > as literate clojure source. > > Have fun. > > Phil > > > > Johannes Brauer <bra...@nordaka

Re: org-mode Clojure babel

2015-11-04 Thread Johannes Brauer
Hi Stuart, thanks a lot for your help. I’ve included your settings in my Emacs (Aquamacs) setup. After having activated CIDER I tried to compile (C-c C-c) a little code snippet: #+begin_src clojure :results silent (+ 1 2) #+end_src What happens, is: Evaluate this clojure code block on

Re: org-mode Clojure babel

2015-11-04 Thread Johannes Brauer
Hi Karsten, thank you for the links to your project. But until now, I haven’t succeeded to setup my Emacs so that I can evaluate Clojure code snippets in an org file. Johannes > Am 03.11.2015 um 19:56 schrieb Karsten Schmidt : > > Hi Johannes, checkout my leiningen template for

Re: org-mode Clojure babel

2016-01-07 Thread Johannes Brauer
vars ns-path refresh resource stacktrace toggle-trace-var toggle-trace-ns undef Please, install (or update) cider-nrepl 0.11.0-SNAPSHOT and restart CIDER user> Is anything wrong with my profiles.clj? Johannes Am 07.01.2016 um 17:58 schrieb Johannes Brauer <bra...@nordakademie.de<mailto:bra...

Re: org-mode Clojure babel

2016-01-07 Thread Johannes Brauer
thanks a lot,Martin, upgrading leiningen from 2.5.1 to 2.5.3 solves the problem Johannes Am 07.01.2016 um 21:05 schrieb Martin Clausen <martin.clau...@gmail.com<mailto:martin.clau...@gmail.com>>: Have you tried updating leiningen? On Thu, Jan 7, 2016 at 9:02 PM Johannes

Re: org-mode Clojure babel

2016-01-06 Thread Johannes Brauer
I tried this before. But with {:repl {:plugins [[cider/cider-nrepl " 0.11.0-snapshot"]]}} in my profiles.clj and cider-jack-in I get a Java exception: Starting nREPL server via lein repl :headless... error in process sentinel: Could not start nREPL server: java.lang.IllegalArgumentException: Bad

Re: org-mode Clojure babel

2015-12-20 Thread Johannes Brauer
Thanks, for the explanations. I hope for the best, that there will be an working org-babel version in the future. In the mean time I will continue using lentilc. Johannes Am 10.12.2015 um 16:24 schrieb Matching Socks >: The latest stable Org

Re: org-mode Clojure babel

2015-12-29 Thread Johannes Brauer
thanks for the hint; indeed it works Am 21.12.2015 um 16:12 schrieb martin_clausen >: I found that Org-mode version 8.3.2 and CIDER 0.11.0 snapshot (package: 20151212.1044) works great and can be easily be installed from repos. On