[ANN] Stringer (v0.3.1) - fast string concatenation

2019-01-11 Thread Shantanu Kumar
Hi,

I am pleased to announce Stringer, a library for fast string concatenation. 
Stringer is designed (with tradeoffs) to complement Clojure's string concat 
operations.

https://github.com/kumarshantanu/stringer


Stringer's API contains several macros (so they can not be used as 
functions) - notably `strcat` and `strfmt` that are used frequently. 
`strcat` is the Java equivalent of string concatenation + operator. In 
Java, when you write ("foo" + 42 + "bar") the Java compiler generates 
in-line bytecode using java.lang.StringBuilder to concatenate the tokens. 
`strfmt` expects the format string (with limited specifier support) to be a 
literal and applies string interpolation to generate the formatted string 
much faster than `clojure.core/format`. The perf benchmark code is included 
in the repo.

We have used Stringer in production for over 3 years at SAP Concur with 
only one issue noticed/fixed over 2 years ago. It is usually hard to 
troubleshoot and optimize the long tail of latency; however, using Stringer 
has led to overall perf improvements in several composite use cases.


Shantanu

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: State of Clojure 2019 Survey!

2019-01-11 Thread Sean Corfield
I'm only seeing this in the web version of Google Groups. This did not get 
delivered via email -- so I'm replying to ensure more people see it.

Alex, pretty much none of your posts to the group seem to come through in 
email, although your _replies_ do (as do other people's replies to your 
posts).

On Monday, January 7, 2019 at 7:32:42 AM UTC-8, Alex Miller wrote:
>
> It’s time for the annual State of Clojure Community Survey!
>
> If you are a user of Clojure or ClojureScript, we are greatly interested 
> in your responses to the following survey:
>
>- 
>
>State of Clojure 2019 
>
> The survey contains four pages:
>
>1. 
>
>General questions applicable to any user of Clojure or ClojureScript
>2. 
>
>Questions specific to JVM Clojure (skip if not applicable)
>3. 
>
>Questions specific to ClojureScript (skip if not applicable)
>4. 
>
>Final comments
>
> The survey will close January 22nd, after which all of the data will be 
> released with some analysis. We greatly appreciate your input!
>

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] tools.deps.alpha 0.6.474 and clj 1.10.0.408

2019-01-11 Thread Sean Corfield
This didn't come through in email...

On Wednesday, January 2, 2019 at 1:30:01 PM UTC-8, Alex Miller wrote:
>
> tools.deps.alpha 0.6.474 and clj 1.10.0.408 are now available. 
>
> Changes:
>
> * TDEPS-79 , TDEPS-109 
>  Fix infinite loop in 
> resolving recursive deps tree (will often improve resolution perf in other 
> cases as well)
> * TDEPS-50 , TDEPS-109 
>  Fix handling of Maven 
> classifiers during resolution
>   To explicitly specify a Maven classifier in a dep, specify it in the lib 
> name as follows:  groupId/artifactId$classifier
>   Note: the :classifier attribute in Maven dep coordinates is no longer 
> supported and will now produce an error.
> * TDEPS-107  Canonicalize 
> exclusion groupIds in pom gen
> * TDEPS-82   Ensure 
> -Sdescribe doesn't trigger resolution
> * Error handling improvements when Maven artifact is not found
> * Error handling improvements for invalid syntax in deps.edn
>
> If on Mac, use `brew upgrade clojure` or on Linux see 
> https://clojure.org/guides/getting_started for updated scripts.
>

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] tools.deps.alpha 0.6.480 and clj 1.10.0.411 are now available.

2019-01-11 Thread Sean Corfield
...and nor did this.

On Friday, January 4, 2019 at 12:21:55 PM UTC-8, Alex Miller wrote:
>
> Just a small additional bug fix over the release a couple days ago related 
> to classifiers.
>
> Changes:
>
>- TDEPS-112  
>- Exclusions don't exclude transitive classifier libs
>
> If on Mac, use `brew upgrade clojure` or on Linux see 
> https://clojure.org/guides/getting_started for updated scripts.
>
>

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] com.cognitect.aws/api-0.8.198

2019-01-11 Thread David Chelimsky
com.cognitect.aws/api-0.8.198 is now available

Changes from 0.8.198 / 2019-01-11

   - support HAL responses #30 
   
   - extend Datafiable via metadata (allows use with clojure-1.9)
   - fix edge case bug parsing json with locationNames
   - use the correct metadata endpoint when running in ECS #33 
   


Changes from 0.8.171 / 2018-12-28

   - use the configured region as signing region for S3 requests
   - fixes regression introduced in fixing #27 
   
   - we still need a better solution for #15 
   

Repo: https://github.com/cognitect-labs/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: State of Clojure 2019 Survey!

2019-01-11 Thread Alex Miller
 ¯\_(ツ)_/¯

I've complained to the googles...

On Fri, Jan 11, 2019 at 1:50 PM Sean Corfield  wrote:

> I'm only seeing this in the web version of Google Groups. This did not get
> delivered via email -- so I'm replying to ensure more people see it.
>
> Alex, pretty much none of your posts to the group seem to come through in
> email, although your _replies_ do (as do other people's replies to your
> posts).
>
> On Monday, January 7, 2019 at 7:32:42 AM UTC-8, Alex Miller wrote:
>>
>> It’s time for the annual State of Clojure Community Survey!
>>
>> If you are a user of Clojure or ClojureScript, we are greatly interested
>> in your responses to the following survey:
>>
>>-
>>
>>State of Clojure 2019 
>>
>> The survey contains four pages:
>>
>>1.
>>
>>General questions applicable to any user of Clojure or ClojureScript
>>2.
>>
>>Questions specific to JVM Clojure (skip if not applicable)
>>3.
>>
>>Questions specific to ClojureScript (skip if not applicable)
>>4.
>>
>>Final comments
>>
>> The survey will close January 22nd, after which all of the data will be
>> released with some analysis. We greatly appreciate your input!
>>
> --
> 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 first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@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/ekBvu7-KJSU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.