vijay edwin
vijay edwin
I manually updated core.async and it seems to work? ``` org.clojure/core.async {:mvn/version "1.2.603"} ```
clojure 1.10 has the issue with the current core.async ``` user> (require '[rethinkdb.query :as r]) Syntax error macroexpanding clojure.core/refer-clojure at (clojure/core/async.clj:9:1). :as - failed: #{:exclude} at: [:exclude :op :quoted-spec :spec]...
I am running parse-org on org mode string containing numbers. Rather than generating hiccup containing [:ol [:li] [:li] ... ] its generating a [:p] with the contents of the input...
Thankfully its indent based, and blocks are delimited with `end` ```julia function quadratic2(a::Float64, b::Float64, c::Float64) # unlike other languages 2a is equivalent to 2*a # a^2 is used instead of...
wow sorry, I meant to write its **not** indent based, sorry for the confusion. The example provided is valid code ``` ╰─➛ julia 12:31PM 31-12-2020 _ _ _ _(_)_ |...
ok will take a look
If you take the local project approach you may have missing deps. New to cl but this got the project loaded ```lisp (progn (mapcar (lambda (package) (ql:quickload package)) '(:hunchentoot :alexandria...
regardless the only dep that was giving me trouble was cider-nrepl: https://github.com/abo-abo/lispy/pull/442/files ```clojure lispy-clojure> Testing lispy-clojure-test Ran 11 tests containing 43 assertions. 0 failures, 0 errors. ```
Hi do we have an ETA for this?