--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
(let [^Object aa (.seq a5)]
(println (.getClass aa)))
But not this:
(let [^AASetSequence aa (.seq a5)]
(println (.getClass aa))))Nor, of course, this:(let [^AASetSequence aa (.seq a5)]
(println (.count aa)))Here's the error I'm getting now:Information:8/22/2015 5:45 PM - Compilation completed with 1 error and 0 warnings in 2s 743ms C:\Users\Bill\Documents\GitHub\aa-collections\test\aa_collections\immutable_set_test.clj Error:(26, 12) clojure: java.lang.NoClassDefFoundError: java/util/function/UnaryOperator, compiling:(aa_collections/immutable_set_test.clj:26:12) java.lang.ClassNotFoundException: java.util.function.UnaryOperator at java.net.URLClassLoader$1.run (URLClassLoader.java:366) java.net.URLClassLoader$1.run (URLClassLoader.java:355) java.security.AccessController.doPrivileged (AccessController.java:-2) java.net.URLClassLoader.findClass (URLClassLoader.java:354) java.lang.ClassLoader.loadClass (ClassLoader.java:425) java.lang.ClassLoader.loadClass (ClassLoader.java:358) java.lang.Class.getDeclaredMethods0 (Class.java:-2) java.lang.Class.privateGetDeclaredMethods (Class.java:2570) java.lang.Class.privateGetPublicMethods (Class.java:2690) java.lang.Class.getMethods (Class.java:1467)
Loving this. I had uninstalled cursive so I could reinstall. But the download of the plugin fails and when installing from disk it says cursive-14-0.1.60 is not compatible. (I'm running with idea 14.1.4.)Deleted the idea system cache, restarted, still incompatible. :-(
--
Alan
FWIW - My experience with Eclipse vs IntelliJ is exactly the opposite - we have been using Eclipse at my day job but I have recently abandoned it due to hangs, crashes, slow downs, etc. and have moved over to IntelliJ. YMMV.
Alan
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alex
Fluid, I agree with Daniel that calling something "junk" is unnecessary, especially when the people making and using such a tool are on the list. We would like this to be a thoughtful, encouraging forum for discussion.Alex
I seem to recall criticizing a piece of Clojure-relevant *technology* that had the rather remarkable property that it could be working, be deleted and reinstalled (exact same version), and suddenly be *not* working.
Daniel, on the other hand, criticized a *person* and moreover his post had nothing whatsoever to do with Clojure.
On Tuesday, August 25, 2015 at 8:25:12 AM UTC-4, Alex Miller wrote:Fluid, I agree with Daniel that calling something "junk" is unnecessary, especially when the people making and using such a tool are on the list. We would like this to be a thoughtful, encouraging forum for discussion.Alex
I seem to recall criticizing a piece of Clojure-relevant *technology* that had the rather remarkable property that it could be working, be deleted and reinstalled (exact same version), and suddenly be *not* working.
Daniel, on the other hand, criticized a *person* and moreover his post had nothing whatsoever to do with Clojure.
+1, let's keep the Clojure community respectful and welcoming. This has been distracting enough already.
--
On 25 August 2015 at 18:22, Fluid Dynamics <a209...@trbvm.com> wrote:I seem to recall criticizing a piece of Clojure-relevant *technology* that had the rather remarkable property that it could be working, be deleted and reinstalled (exact same version), and suddenly be *not* working.Except that's not actually what happened. The sequence of events is difficult to work out from the email chain, but William was trying to install a version of Cursive into a version of IntelliJ it didn't support. That never works, and I'm 100% sure that it hadn't worked for him previously.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/rCfF1_Gc_tg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.