Re: [ANN] Clojure 1.8.0 is now available

2016-01-20 Thread kovas boguta
Another solid release. Thank you!! On Wed, Jan 20, 2016 at 11:22 AM, Thomas wrote: > An extra big thank you for all involved!!! > > Thomas > > > On Wednesday, 20 January 2016 13:22:28 UTC, Alex Miller wrote: >> >> The docs just haven't been regenerated yet - that's coming. >> >> -- > You receiv

Re: [ANN] Clojure 1.8.0 is now available

2016-01-20 Thread Thomas
An extra big thank you for all involved!!! Thomas On Wednesday, 20 January 2016 13:22:28 UTC, Alex Miller wrote: > > The docs just haven't been regenerated yet - that's coming. > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this grou

Re: [ANN] Clojure 1.8.0 is now available

2016-01-20 Thread Alex Miller
The docs just haven't been regenerated yet - that's coming. -- 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 patient with your fir

Re: [ANN] Clojure 1.8.0 is now available

2016-01-20 Thread Rick Moynihan
Sorry, had meant to paste the URL for you: http://clojure.org/api/api I suspect other links might also point to the older docs too. R. On Wed, 20 Jan 2016 at 10:01 Rick Moynihan wrote: > Congratulations to everyone involved on the new release! > > One very small issue I've just noticed with

Re: [ANN] Clojure 1.8.0 is now available

2016-01-20 Thread Rick Moynihan
Congratulations to everyone involved on the new release! One very small issue I've just noticed with the website though is that the links to the API documentation still point to 1.7.0. Thanks again to everyone for their hardwork! R. On Wed, 20 Jan 2016 at 03:31 Alex Miller wrote: > Dang it!

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] 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 >

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: [ANN] Clojure 1.8.0 is now available

2016-01-19 Thread Sean Corfield
lojure Mailing List Date: Tuesday, January 19, 2016 at 11:54 AM To: Clojure Mailing List Subject: [ANN] Clojure 1.8.0 is now available 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?, i

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

[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