Crossclj.info shows outdated dependencies

2016-01-19 Thread Oliver Hine
See also the lein ancient plugin for similar functionality at the command prompt. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Didier
Why not make new versions of Clojure support the latest Java version and JDK features, and people who need to run an old JDK can just depend on an older version of Clojure that works on it? Ideally, bug fixes could still be pushed out for maybe 2 versions behind or something. On Wednesday, 12 A

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Alex Miller
At some point we may. You have just casually waved off a bunch of infrastructure and maintenance work though, which has it's own costs. On Tuesday, January 19, 2016 at 1:08:19 PM UTC-6, Didier wrote: > > Why not make new versions of Clojure support the latest Java version and > JDK features, and

Re: Clojure beyond Java 6 ?

2016-01-19 Thread James Elliott
El Capitan is now the current version of OS X (although I have not yet personally been able to update to it, because of some straggling compatibility issues with DJ equipment), so the next version of OS X will no longer support Apple’s 1.6 JDK. On Saturday, August 8, 2015 at 3:44:36 PM UTC-5, C

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Alex Miller
You might also find the nascent https://github.com/ohpauleez/jloj to be interesting for better lambda interop. On Saturday, August 8, 2015 at 1:03:38 PM UTC-5, Andrew Oberstar wrote: > > I may end up in the same incomplete, unmaintained state as the other > libraries you've seen, but I'm slowly

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Sean Corfield
Didier wrote on Tuesday, January 19, 2016 at 11:08 AM: Why not make new versions of Clojure support the latest Java version and JDK features Since Clojure 1.7 (and 1.8) run on Java 8 quite happily, I assume you mean "Why not drop support for earlier Java versions with each new version of Clojure

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Alex Miller
Although I guess that's maybe more from the Java side. On Tuesday, January 19, 2016 at 1:31:55 PM UTC-6, Alex Miller wrote: > > You might also find the nascent https://github.com/ohpauleez/jloj to be > interesting for better lambda interop. > >> >> -- You received this message because you are s

Re: Clojure beyond Java 6 ?

2016-01-19 Thread James Elliott
Thanks, Andrew, and to be clear this is an obscure side environment of my main project, and I am resigned to the fact that it seems doomed because the developers of Max/MSP are choosing to respond to Apple’s deprecation of their Java 1.6 environment by entirely abandoning support for working wit

Re: [ANN] New clojure.org!

2016-01-19 Thread Reid McKenzie
Grimoire was originally built to replace ClojureDocs when it had been inactive for some time, and as it turns out mere months prior to the big update which is now live. That I continue to operate Grimoire now that ClojureDocs has been updated is I suppose competition at some level. Yes ClojureDocs

[ANN] Clojure 1.8.0 is now available

2016-01-19 Thread Alex Miller
Some of the new features for 1.8 are: - More string functions in clojure.string (portable to ClojureScript): index-of, last-index-of, starts-with?, ends-with?, includes? - Compiler direct linking

Re: [ANN] Clojure 1.8.0 is now available

2016-01-19 Thread Colin Yates
Congrats to all contributors and testers - looking forward to trying it out. > On 19 Jan 2016, at 19:54, Alex Miller wrote: > > Some of the new features for 1.8 are: > More string functions in clojure.string > > (portable

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Paul deGrandis
Hi All, Jloj is/was a quick spike into what it'd take to make interop play nicely with later Java features (New trait-like interfaces, FunctionalInterface, Optional, Lambdas, Streams, etc.) It's mostly focused on making the Java side more Clojure-like, but does have support for loads of inter

ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-19 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, after three years of laying ground-work for a cross-platform database in form of many libraries (1), doing research about CRDTs and stretching core.async and other libraries as far as possible, I am happy to finally announce a first release of

Re: [ANN] New clojure.org!

2016-01-19 Thread Alan Moore
Reid, Thanks for the explanation - I did not realize the differences. I've been landing on clojuredocs primarily due to page rank but will be sure to include/check grimoire because I want/need the enhanced doc strings. Terseness is great when you are an expert but I'm not there yet and can still

Re: defmulti with prismatic schema

2016-01-19 Thread JvJ
I've already figured out that the dispatch function can be schematized, but good call on the wrapper. I'll try that. On Monday, 18 January 2016 00:58:19 UTC-8, Jason Wolfe wrote: > > You can find some context here and in the linked PRs: > > https://github.com/plumatic/schema/pull/119 > > Basical

Re: [ANN] Clojure 1.8.0 is now available

2016-01-19 Thread Sean Corfield
Awesome news! Is this identical to RC5? Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: Clojure Mailing List on behalf of Alex Miller Reply-To: Clojure Mailing List Date: Tue

Re: [ANN] Clojure 1.8.0 is now available

2016-01-19 Thread Sean Corfield
Is this identical to RC5? Answered my own question by looking at the commits on GitHub: yes. Sean -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are mod

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Joe Python
You are spot on! Thanks for the clojure dev team to continue supporting Java 1.6. On Tuesday, January 19, 2016 at 2:33:56 PM UTC-5, Sean Corfield wrote: > > Didier wrote on Tuesday, January 19, 2016 at 11:08 AM: > > Why not make new versions of Clojure support the latest Java version and > JDK fe

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Matching Socks
Apropos of this week's new clojure.org website, this here is a genuine F.A.Q. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be

Functional Geekery podcast is awesome

2016-01-19 Thread Alan Thompson
Hey - Just wanted to remind everybody to check out the Functional Geekery podcast if you have not yet done so. It is one of my top 2 podcasts to listen to! https://www.functionalgeekery.com/ Another episode just came out today. Enjoy! Alan -- You received this message because you are subscribe

Re: [ANN] Clojure 1.8.0 is now available

2016-01-19 Thread OHTA Shogo
Congrats!! BTW my name is Shogo *Ohta*, not *Ohto *;-) On Wednesday, January 20, 2016 at 4:54:48 AM UTC+9, Alex Miller wrote: > > Some of the new features for 1.8 are: > >- More string functions in clojure.string >

[ANN] Updated Clojure cheatsheet, including new vars in Clojure 1.8.0

2016-01-19 Thread Andy Fingerhut
http://jafingerhut.github.io I'm jumping the gun a little bit by announcing this, as the links for the new Clojure 1.8.0 vars like clojure.string/index-of and last-index-of, etc. do not link to any place useful on ClojureDocs.org or Grimoire yet, but I am guessing they will in not too long from no

Re: [ANN] Clojure 1.8.0 is now available

2016-01-19 Thread Alex Miller
Dang it! I'll take the blame on that one. Sorry. On Tuesday, January 19, 2016 at 7:24:45 PM UTC-6, OHTA Shogo wrote: > > Congrats!! > > BTW my name is Shogo *Ohta*, not *Ohto *;-) > > On Wednesday, January 20, 2016 at 4:54:48 AM UTC+9, Alex Miller wrote: >> >> Some of the new features for 1.8 are

Re: [ANN] New clojure.org!

2016-01-19 Thread Mars0i
Reid, thanks very much for the explanation, and thanks for all of the work. Knowing that the docstrings may be different on Grimoire is very helpful. On Tuesday, January 19, 2016 at 1:54:48 PM UTC-6, Reid McKenzie wrote: > > Grimoire was originally built to replace ClojureDocs when it had been

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Max Penet
I doubt it such a big deal actually. You can run multiple versions of the java on the same machine. The only issue would be for legacy projects that are frozen to java 6 and would like to upgrade to a lib (like clojure) relying java8. But I doubt such projects are the norm, and the few that are p

[ANN] Boot new -- templates for Boot

2016-01-19 Thread Sean Corfield
What? A Boot task that generates projects from templates! Where? https://clojars.org/seancorfield/boot-new https://github.com/seancorfield/boot-new Details? OK, sure! Boot new can use existing Leiningen templates as well as new Boot templates. boot -d sea

Re: Clojure beyond Java 6 ?

2016-01-19 Thread Bozhidar Batsov
Even Java 1.7 already reached its end of life. I get it that some companies are slow to update their infrastructures, but being constrained to legacy unsupported systems adds both a security risk and some development overhead. It's high time for Java 1.6 to be laid down to rest and for people stuck