GithubHelp home page GithubHelp logo

Comments (4)

nblumoe avatar nblumoe commented on August 11, 2024

@rebcabin maybe it's worth checking http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html

Did you set CIDER as the Clojure backend for org mode babel?

(setq org-babel-clojure-backend 'cider)
(require 'cider)

from literate-programming-examples.

rebcabin avatar rebcabin commented on August 11, 2024

checking ... used recommendation from clojure contribution layer for spacemacs to use this .lein/profiles.clj

{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
[refactor-nrepl "0.3.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.7"]]}}

but it crashes starting the server:

Starting nREPL server via lein repl :headless...
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: Retrieving cider/cider-nrepl/0.9.0-SNAPSHOT/cider-nrepl-0.9.0-20150616.120440-43.pom from clojars
Retrieving refactor-nrepl/refactor-nrepl/0.3.0-SNAPSHOT/refactor-nrepl-0.3.0-20150401.112429-28.pom from clojars
Retrieving org/clojure/tools.nrepl/0.2.7/tools.nrepl-0.2.7.pom from central
Retrieving refactor-nrepl/refactor-nrepl/0.3.0-SNAPSHOT/refactor-nrepl-0.3.0-20150401.112429-28.jar from clojars
Retrieving cider/cider-nrepl/0.9.0-SNAPSHOT/cider-nrepl-0.9.0-20150616.120440-43.jar from clojars
Retrieving alembic/alembic/0.3.2/alembic-0.3.2.pom from clojars
Retrieving lein-as-resource/lein-as-resource/2.5.0/lein-as-resource-2.5.0.pom from clojars
Retrieving org/flatland/classlojure/0.7.0/classlojure-0.7.0.pom from clojars
Retrieving org/clojure/tools.nrepl/0.2.7/tools.nrepl-0.2.7.jar from central
Retrieving org/flatland/classlojure/0.7.0/classlojure-0.7.0.jar from clojars
Retrieving alembic/alembic/0.3.2/alembic-0.3.2.jar from clojars
Retrieving lein-as-resource/lein-as-resource/2.5.0/lein-as-resource-2.5.0.jar from clojars
Error loading refactor-nrepl.ns.clean-ns: clojure.lang.ArityException: Wrong number of args (2) passed to: StringReader, compiling:(abnf.clj:189:28)

from literate-programming-examples.

rebcabin avatar rebcabin commented on August 11, 2024

This is better, but still not perfect
[[cider/cider-nrepl "0.9.1"]
[refactor-nrepl "1.1.0"]]
still digging...

from literate-programming-examples.

rebcabin avatar rebcabin commented on August 11, 2024

yep, set the backend variable and still seeing "Not connected." This doesn't seem to be your issue, though. Something messed up in my emacs, cider, nrepl configuration. Sorry to have bothered you.

from literate-programming-examples.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.