Re: Strange with "clj" tool

2019-07-31 Thread ru
One time use of "clj -Sforce" solved the problem. Thanks, Alex (and others). -- cheers, Ru среда, 31 июля 2019 г., 22:12:23 UTC+3 пользователь Alex Miller написал: > > The error indicates a classpath that does not include the clojure > dependency. That shouldn't ever happen (as clojure is i

Re: Strange with "clj" tool

2019-07-31 Thread Alex Miller
The error indicates a classpath that does not include the clojure dependency. That shouldn't ever happen (as clojure is included as the default dependency set). So not sure what would cause that, but it would help to know if there is a deps.edn file at the location of the failure and what it is

Re: [ANN] tarantella 1.1.1

2019-07-31 Thread Steve Miner
My original benchmarks were for Eight Queens. I ran some more tests with larger N and found that at N=14, the Tarantella version is the clear performance winner on my machine. > On Jul 30, 2019, at 7:03 PM, Mark Engelberg wrote: > > Thanks for writing the n-queens code and the blog post. It's

Re: Strange with "clj" tool

2019-07-31 Thread ru
Thanks Alex! All paths in PATH are absolute. I did not know about Ctrl+D before :( Tnx for this. среда, 31 июля 2019 г., 14:41:36 UTC+3 пользователь Oleksandr Shulgin написал: > > On Wed, Jul 31, 2019 at 1:16 PM ru > wrote: > >> >> The tool "clj" starts normally in any folder, except in one, tha

Re: Strange with "clj" tool

2019-07-31 Thread Jesús Gómez
Maybe there is something in the `deps.edn` inside the `simpro-scene` folder that is changing the `path` in a way that it can't find `clojure.main`. El mié., 31 jul. 2019 a las 8:46, ru () escribió: > Hi, > > The tool "clj" starts normally in any folder, except in one, that I cloned > from github:

Re: Strange with "clj" tool

2019-07-31 Thread Oleksandr Shulgin
On Wed, Jul 31, 2019 at 1:16 PM ru wrote: > > The tool "clj" starts normally in any folder, except in one, that I cloned > from github: > > [image: error.png] > > > Please, explain me this behavior. > Do you by chance have some non-absolute path in your PATH environment variable in that shell ses

Re: Strange with "clj" tool

2019-07-31 Thread ru
>From the error message, we can conclude that "cojure.main" is present in all folders except this one. среда, 31 июля 2019 г., 14:16:31 UTC+3 пользователь ru написал: > > Hi, > > The tool "clj" starts normally in any folder, except in one, that I cloned > from github: > > [image: error.png] > >

Strange with "clj" tool

2019-07-31 Thread ru
Hi, The tool "clj" starts normally in any folder, except in one, that I cloned from github: [image: error.png] Please, explain me this behavior. Sincerely, Ru -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email