Re: [clojure-rabbitmq] Are lazy queues still bound by memory limit?

2017-09-17 Thread Michael Klishin
The point of lazy queues is not that nothing ever is stored in memory. It's that queues try to move messages to disk very aggressively (default mode keeps a portion in RAM using metrics such as ingress/egress rates and various configurable values). On Sun, Sep 17, 2017 at 10:29 PM, Michael

Re: [clojure-rabbitmq] Are lazy queues still bound by memory limit?

2017-09-17 Thread Michael Klishin
This is a question for rabbitmq-users but I'm happy to answer it here. Lazy queues per se don't have a limit but RabbitMQ message store still does: when messages are sent to the message store [as opposed to being embedded into queue index], message store index(es) come into play and by default

ANN Monger 3.1.0 is released

2016-09-19 Thread Michael Klishin
Monger [1] is a Clojure MongoDB driver for a more civilized age. Release notes: http://blog.clojurewerkz.org/blog/2016/09/18/monger-3-dot-1-0-is-released/ 1. http://clojuremongodb.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message

ANN metrics-clojure 2.7.0 is released

2016-06-15 Thread Michael Klishin
metrics-clojure [1] is a Clojure interface to the Metrics library [2], originally by Steve Losh [3]. Release notes: http://blog.clojurewerkz.org/blog/2016/06/02/metrics-clojure-2-dot-7-0-is-released/ If you're new to metrics and not sure why collecting them is a good idea, take a moment to watch

ANN Ogre 3.0.0.0-beta1 and future plans for Ogre

2016-06-15 Thread Michael Klishin
Ogre [1] is a Clojure dialect of Gremlin, a DSL for querying and otherwise working with Apache TinkerPop [2] graphs. Over the last 6 months or so Ogre maintainers have moved it to target TinkerPop 3.x. Since TinkerPop itself has changed quite a bit and is now an Apache incubator project, Ogre API

Re: [clojure-rabbitmq] RabbitMQ Langohr no heartbeat

2016-04-22 Thread Michael Klishin
I am traveling till mid-May, we will see how it goes. > On 22 abr 2016, at 13:35, David Smith wrote: > > Hi Guys, > > I realise you are busy, I'm just checking the status on this to make sure it > doesn't get forgotten :) > > When I posted the issue initially it was just

Re: [clojure-rabbitmq] RabbitMQ Langohr no heartbeat

2016-04-14 Thread Michael Klishin
lt;shmish...@gmail.com> wrote: >> I'm using 3.5.1 which is the latest version according to github and clojars. >> >> I am running rabbit as a docker container using docker-machine and image >> rabbitmq:3-management >> >>> On Thu, Apr 14, 2016 at

Re: [clojure-rabbitmq] RabbitMQ Langohr no heartbeat

2016-04-14 Thread Michael Klishin
consumer_cancel_notify: true >> information See http://clojurerabbitmq.info/ >> version 3.0.x >> platform Clojure 1.8.0 on Java HotSpot(TM) 64-Bit Server VM 1.8.0_66 >> >>> On Thu, Apr 14, 2016 at 3:25 PM, Michael Klishin <mklis...@pivotal

ANN Langohr 3.5.0 is released

2016-01-14 Thread Michael Klishin
Langohr [1] is a small Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2016/01/14/langohr-3-dot-5-0-is-released/ 1. http://clojurerabbitmq.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message because you are

ANN Monger 3.0.2 is released

2016-01-11 Thread Michael Klishin
Monger [1] is a Clojure MongoDB driver for a more civilized age. Release notes: http://blog.clojurewerkz.org/blog/2016/01/11/monger-3-dot-0-2-is-released/ 1. http://clojuremongodb.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message

ANN Elastisch 2.2.1 is released

2016-01-11 Thread Michael Klishin
Elastisch [1] is a minimalistic feature complete Clojure client for ElasticSearch. Release notes: http://blog.clojurewerkz.org/blog/2016/01/12/elastisch-2-dot-2-1-is-released/ 1. http://clojureelasticsearch.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You

ANN Elastisch 2.2.0 is released

2016-01-03 Thread Michael Klishin
Elastisch [1] is a minimalistic feature complete Clojure client for ElasticSearch. Release notes: http://blog.clojurewerkz.org/blog/2016/01/04/elastisch-2-dot-2-0-is-released/ 1. http://clojureelasticsearch.info/ -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You

ANN Pantomime 2.8.0 is released

2015-12-20 Thread Michael Klishin
Pantomime [1] is a Clojure interface to Apache Tika. Release notes: http://blog.clojurewerkz.org/blog/2015/12/20/pantomime-2-dot-8-0-is-released/ 1. http://github.com/michaelklishin/pantomime -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this

ANN Elastisch 2.2.0-rc1 is released

2015-12-20 Thread Michael Klishin
Elastisch [1] is a minimalistic Clojure client for ElasticSearch that supports both HTTP and native transports. Release notes: http://blog.clojurewerkz.org/blog/2015/12/20/elastisch-2-dot-2-0-rc1-is-released/ 1. http://clojureelasticsearch.info -- MK http://github.com/michaelklishin

ANN Langohr 3.4.2 is released

2015-12-20 Thread Michael Klishin
Langohr [1] is a minimalistic feature complete Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2015/12/20/langohr-3-dot-4-2-is-released/ 1. http://clojurerabbitmq.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this

ANN metrics-clojure 2.6.0 is released

2015-11-30 Thread Michael Klishin
metrics-clojure is a Clojure interface to the DropWizard Metrics library. Release notes: https://github.com/sjl/metrics-clojure/blob/master/ChangeLog.md#changes-between-250-and-260 -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message because

ANN Neocons 3.1.0 is released

2015-09-28 Thread Michael Klishin
Neocons [1] is a feature rich, idiomatic Clojure client for Neo4J Server. Release notes: http://blog.clojurewerkz.org/blog/2015/09/22/neocons-3-dot-1-0-is-released/ 1. http://clojureneo4j.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this

ANN Langohr 3.4.0 is released

2015-09-28 Thread Michael Klishin
Langohr [1] is a small but complete Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2015/09/29/langohr-3-dot-4-0-is-released/ 1. http://clojurerabbitmq.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message

Re: [clojure-rabbitmq] Nacks and Publisher Acknowledgements

2015-09-11 Thread Michael Klishin
; happy to move there. > >> On Thursday, September 10, 2015 at 11:20:27 PM UTC-4, Michael Klishin wrote: >> Questions belong to the mailing list. >> >>> On 11/9/2015, at 6:17, jo...@signafire.com wrote: >>> >>> Essentially, it's not clear to me how an appli

[clojure-rabbitmq] ANN Langohr 3.3.0 is released

2015-07-27 Thread Michael Klishin
Langohr [1] is a small, feature complete Clojure client for RabbitMQ.  Release notes: http://blog.clojurewerkz.org/blog/2015/07/27/langohr-3-dot-3-0-is-released/ 1. http://clojurerabbitmq.info -- MK Staff Software Engineer, Pivotal/RabbitMQ -- You received this message because you are

ANN Langohr 3.3.0 is released

2015-07-27 Thread Michael Klishin
Langohr [1] is a small, feature complete Clojure client for RabbitMQ.   Release notes: http://blog.clojurewerkz.org/blog/2015/07/27/langohr-3-dot-3-0-is-released/  1. http://clojurerabbitmq.info -- MK -- You received this message because you are subscribed to the Google Groups Clojure

Re: [clojure-rabbitmq] The execution hangs when nested publish inside consumer handler function

2015-07-22 Thread Michael Klishin
 On 22 Jul 2015 at 10:46:18, Nuttanart Pornprasitsakul (visiblet...@gmail.com) wrote: I posted the code snippet that can cause the issue on github. Also posted differences in network trace between blocking and success run that I've noticed there. Thanks, this is a fairly busy week for me

[clojure-rabbitmq] Re: Reusing channel in message handler function

2015-07-22 Thread Michael Klishin
On Wednesday, July 22, 2015 at 12:14:36 PM UTC+3, Nuttanart Pornprasitsakul wrote: Hi, This question is related to blocking issue that I'm asking https://github.com/michaelklishin/langohr/issues/74, but I think better separating this to prevent putting more noises in that issue. I started

ANN Monger 3.0.0 is released

2015-07-18 Thread Michael Klishin
Monger [1] is a modern Clojure MongoDB client. 3.0 has breaking API changes. Release notes: http://blog.clojurewerkz.org/blog/2015/07/16/monger-3-dot-0-0-is-released/ 1. http://clojuremongodb.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this

ANN Monger 3.0.0-rc2 is released

2015-06-27 Thread Michael Klishin
Monger [1] is a Clojure MongoDB driver for a more civilized age. Monger 3.0 is a major release that sets up ground for various MongoDB 3.x improvements and uses MongoDB Java driver 3.0 under the hood. There are breaking changes in 3.0. You can learn more about 2.x to 3.0 changes in the RC1

Re: [ANN] System 0.0.8

2015-05-25 Thread Michael Klishin
On 24 May 2015 at 03:59:52, Daniel Szmulewicz (daniel.szmulew...@gmail.com) wrote: System 0.0.8 has just been released, but it is not the same anymore. Then perhaps it deserves at least a minor version bump.   Non-standard, confusing version numbers is already a significant enough problem in

Re: [ANN] System 0.0.8

2015-05-25 Thread Michael Klishin
 On 26 May 2015 at 03:45:04, Daniel Szmulewicz (daniel.szmulew...@gmail.com) wrote: Is there a consensus as to what versioning scheme works best? Or is there no such beast? Peter Taoussanis has expressed some reservations regarding SemVer and is proposing a variation on it, which he calls

Re: [ANN] System 0.0.8

2015-05-25 Thread Michael Klishin
On 26 May 2015 at 03:54:35, Daniel Szmulewicz (daniel.szmulew...@gmail.com) wrote: Yes, sir. Well understood. On top of that, the announcement was mistaken. System's version is at 0.1.8, not 0.0.8. Will do better next time. Thank you!  This sounds like a project that can grow into

ANN Langohr 3.2.0 is released

2015-04-18 Thread Michael Klishin
Langohr [1] is a small Clojure client for RabbitMQ.  Release notes: http://blog.clojurewerkz.org/blog/2015/04/19/langohr-3-dot-2-0-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google

Re: Clojure Jobs Available

2015-03-30 Thread Michael Klishin
On 31 March 2015 at 04:45:39, Jan Drake (jan.s.dr...@gmail.com) wrote: We have teams in Seattle, Sydney, and Costa Rica and are looking to hire senior engineers with Clojure/Lisp experience. Jan, It would help if you clarify what locations/timezones you require candidates to be in. Many

Re: [ANN] Dunaj project, an alternative core API for Clojure

2015-03-05 Thread Michael Klishin
On 6 March 2015 at 00:45:47, adrian.med...@mail.yu.edu (adrian.med...@mail.yu.edu) wrote: it strikes me as odd that this project would not come out of direct collaboration with Clojure's core contributors. I should point out that there's enough people in the community who do not find

ANN Langohr 3.1.0 is released

2015-02-27 Thread Michael Klishin
Langohr [1] is a small, feature complete Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2015/02/27/langohr-3-dot-1-0-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed

[clojure-rabbitmq] ANN Langohr 3.1.0 is released

2015-02-27 Thread Michael Klishin
Langohr [1] is a small, feature complete Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2015/02/27/langohr-3-dot-1-0-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed

ANN Monger 2.1.0 is released

2015-02-22 Thread Michael Klishin
Monger [1] is a Clojure MongoDB client for a more civilized age. 2.1.0 is a minor feature released. Change log: http://blog.clojurewerkz.org/blog/2015/02/22/monger-2-dot-1-0-is-released/ There will be no more 2.x releases (except for bug fixes, of course). Monger development will focus on 3.0

ANN Serialism 1.3.0 is released

2014-12-29 Thread Michael Klishin
Serialism [1] is a tiny Clojure library that serializes and deserializes values into popular formats based on provided content type. Release notes: http://blog.clojurewerkz.org/blog/2014/12/30/serialism-1-dot-3-0-is-released/ 1. https://github.com/clojurewerkz/serialism -- @michaelklishin,

Re: how do you name your protocols?

2014-12-27 Thread Michael Klishin
On 27 December 2014 at 19:10:38, Jozef Wagner (jozef.wag...@gmail.com) wrote: clj-time seems to be naming protocols inconsistently. It uses ISomething, Something and SomethingProtocol naming. I suspect it is because it has 60 contributors and most users never have to extend the protocols.

ANN Quartzite 2.0 is released

2014-12-27 Thread Michael Klishin
Quartzite [1] is a scheduling library built on top of Quartz scheduler. Release notes: http://blog.clojurewerkz.org/blog/2014/12/27/quartzite-2-dot-0-is-released/ 1. http://clojurequartz.info  -- @michaelklishin, github.com/michaelklishin -- You received this message because you are

ANN cli-time 0.9.0 is released

2014-12-26 Thread Michael Klishin
clj-time [1] is a Clojure library for working with dates and time built on top of Joda Time. Change log: https://github.com/clj-time/clj-time/blob/master/ChangeLog.md#changes-between-080-and-090 1. https://github.com/clj-time/clj-time/ -- @michaelklishin, github.com/michaelklishin -- You

Re: Basic usage of namespaces

2014-12-24 Thread Michael Klishin
On 24 December 2014 at 12:59:11, Eric Le Goff (eleg...@gmail.com) wrote: Now my newbie question : Is there a simpler way to avoid the redundant 2 lines (require 'myapp.other) (refer 'myapp.other) (require '[myapp.other :refer [foo]]) See  

ANN Langohr 3.0.1 is released

2014-12-23 Thread Michael Klishin
Langohr [1] is a Clojure client for RabbitMQ.  Release notes:  http://blog.clojurewerkz.org/blog/2014/12/23/langohr-3-dot-0-1-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google Groups

Re: Author a Book on Clojure - Packt Publishing

2014-12-22 Thread Michael Klishin
On 22 December 2014 at 13:39:12, Jan-Paul Bultmann (janpaulbultm...@googlemail.com) wrote: It feels to me that this publisher is just a book mill that goes for quantity and not quality. I couldn't make it thought a single book I bought from them because reading them felt like a waste of

ANN Langohr 3.0.0 is released

2014-12-21 Thread Michael Klishin
Langohr [1] is a Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2014/12/21/langohr-3-dot-0-0-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google Groups

ANN Buffy 1.0

2014-12-20 Thread Michael Klishin
Buffy [1] is a Clojure library for working with binary data. Release notes: http://blog.clojurewerkz.org/blog/2014/12/19/buffy-reaches-1-dot-0/ -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

ANN Cassaforte 2.0 is released

2014-12-20 Thread Michael Klishin
Cassaforte [1] is a modern Clojure client for Apache Cassandra and DataStax Enterprise. 2.0 is a major release with breaking API changes. Release notes: http://blog.clojurewerkz.org/blog/2014/12/20/cassaforte-2-dot-0-0-is-released/ 1. http://clojurecassandra.info  -- @michaelklishin,

Re: ANN Cassaforte 2.0 is released

2014-12-20 Thread Michael Klishin
On 20 December 2014 at 19:33:23, Michael Klishin (michael.s.klis...@gmail.com) wrote: Cassaforte [1] is a modern Clojure client for Apache Cassandra and DataStax Enterprise. 2.0 is a major release with breaking API changes. Release notes: http://blog.clojurewerkz.org/blog/2014/12/20

ANN Validateur 2.4.2 is released

2014-12-18 Thread Michael Klishin
Validateur [1] is a flexible data validation library for Clojure and ClojureScript. Release notes: http://blog.clojurewerkz.org/blog/2014/12/18/validateur-2-dot-4-2-is-released/ 1. http://clojurevalidations.info -- @michaelklishin, github.com/michaelklishin -- You received this message

ANN ClojureWerkz in 2015

2014-12-18 Thread Michael Klishin
If you use one or more ClojureWerkz projects, here's what you can expect from us next year (besides new releases and libraries, of course): http://blog.clojurewerkz.org/blog/2014/12/10/the-next-year-of-clojurewerkz/ If you have other ideas, simply reply in this thread.  -- @michaelklishin,

ANN Monger 2.0.1 is released

2014-12-08 Thread Michael Klishin
Monger [1] is a Clojure MongoDB driver for a more civilized age. Release notes: http://blog.clojurewerkz.org/blog/2014/12/08/monger-2-dot-0-1-is-released/ 1. http://clojuremongodb.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the

ANN Elastisch 2.1.0 is released

2014-12-07 Thread Michael Klishin
Elastisch [1] is a small, feature complete client for ElasticSearch   that provides both REST and native clients. Release notes:   http://blog.clojurewerkz.org/blog/2014/12/07/elastisch-2-dot-1-0-is-released/ 1. http://clojureelasticsearch.info -- @michaelklishin, github.com/michaelklishin --

ANN Cassaforte 2.0.0-rc2 is released

2014-12-07 Thread Michael Klishin
Cassaforte [1] is a Clojure Cassandra client built around CQL 3.  This release is a late release candidate for 2.0. Please help us test it!  Release notes:  http://blog.clojurewerkz.org/blog/2014/11/30/cassaforte-2-dot-0-0-rc2-is-released/ 1. http://clojurecassandra.info  -- @michaelklishin,

ANN Elastisch 2.1.0-rc1 is released

2014-11-14 Thread Michael Klishin
Elastisch [1] is a small, feature complete client for ElasticSearch  that provides both REST and native clients.  2.1 is packed with improvements. Please help us test this RC! Release notes:  http://blog.clojurewerkz.org/blog/2014/11/15/elastisch-2-dot-1-0-rc1-is-released/ 1.

Re: What does .NET open sourcing mean for ClojureCLR?

2014-11-12 Thread Michael Klishin
On 12 November 2014 at 21:50:57, Evan Zamir (zamir.e...@gmail.com) wrote: I just read that MS is open sourcing .NET. I assume this means one could now target .NET with ClojureCLR on Linux/Mac environment. Assuming that is true, the natural question seems to be which VM should a Clojure

ANN ClojureWerkz Money 1.7.0 is released

2014-11-07 Thread Michael Klishin
Money [1] a tiny Clojure library that deals with monetary amounts and currencies. It is built on top of Joda Money [2]. Release notes: http://blog.clojurewerkz.org/blog/2014/11/07/money-1-dot-7-0-is-released/ 1. https://github.com/clojurewerkz/money/ 2. http://joda-money.sourceforge.net/ --

ANN metrics-clojure 2.4.0 is released

2014-11-07 Thread Michael Klishin
metrics-clojure [1] is a Clojure interface to the Metrics library [2],    originally by Steve Losh [3].   Release notes:  http://blog.clojurewerkz.org/blog/2014/11/08/metrics-clojure-2-dot-4-0-is-released/ If you're new to metrics and not sure why collecting them is a good idea,   take a moment

Re: Software Engineer (Clojure) opportunity in Redwood City, CA

2014-10-31 Thread Michael Klishin
 On 31 October 2014 at 17:13:15, Grant Du Plooy (gr...@tolfrey.com) wrote: Yummly's iOS app is already the #1 recipe app, and our site receives 15M monthly unique visitors. Details here:http://jobsco.re/1uhrReN Grant, Many potential candidates would greatly appreciate if you clarify your

ANN Cassaforte 2.0.0-beta8 is released

2014-10-24 Thread Michael Klishin
Cassaforte [1] is a Clojure Cassandra client built around CQL 3. This release introduces a breaking public API change. Release notes: http://blog.clojurewerkz.org/blog/2014/10/13/cassaforte-2-dot-0-0-beta8-is-released/ 1. http://clojurecassandra.info -- @michaelklishin,

ANN Elastisch 2.1.0-beta9 is released

2014-10-24 Thread Michael Klishin
Elastisch [1] is a small, feature complete client for ElasticSearch that provides both REST and native clients. Release notes: http://blog.clojurewerkz.org/blog/2014/10/25/elastisch-2-dot-1-0-beta9-is-released/ 1. http://clojureelasticsearch.info -- @michaelklishin, github.com/michaelklishin

ANN Meltdown 1.1.0 is released

2014-10-24 Thread Michael Klishin
Meltdown is a Clojure interface to Reactor, an asynchronous programming, event passing and stream processing toolkit for the JVM. Release notes: http://blog.clojurewerkz.org/blog/2014/10/25/meltdown-1-dot-1-0-is-released/ Documentation: https://github.com/clojurewerkz/meltdown#documentation

Re: book for a beginner with some exercises

2014-10-14 Thread Michael Klishin
 On 14 October 2014 at 15:59:03, Roelof Wobben (rwob...@hotmail.com) wrote: Is there a book for a beginner in Clojure where I can learn things and practice the things I learned with some exercises ? Exercises are provided by several online resources. Books:

Re: [ANN]: clojure.jdbc 0.3.0 - A jdbc library for clojure (previously clj.jdbc)

2014-10-11 Thread Michael Klishin
 On 12 October 2014 at 00:39:40, James Reeves (ja...@booleanknot.com) wrote: The name of this library is really close to the clojure.java.jdbc contrib library. You may want to consider changing the name so people don't get confused. …and IMO clj.jdbc was significantly easier to tell from

Re: class file too large

2014-10-05 Thread Michael Klishin
On 5 October 2014 at 15:20:36, Sunil S Nandihalli (sunil.nandiha...@gmail.com) wrote: I am getting class file too-large errors when I compile the clojure file. Do you have pointers as to how one can identify the offending piece of code? You likely have a giant function somewhere. Split

Re: [PSA] Clojars scp disabled until further notice

2014-09-29 Thread Michael Klishin
On 27 September 2014 at 09:32:13, Sean Corfield (s...@corfield.org) wrote: If Clojars' scp remains unavailable, will that pain be sufficient to switch library maintainers to https deploy? Or will those maintainers just stop making releases and abandon their libraries? I've had to do a few

Re: Where can one find low hanging fruit for open source contribution?

2014-09-27 Thread Michael Klishin
On 27 September 2014 at 10:34:28, kurofune (jesseluisd...@gmail.com) wrote: I am an looking for a good, active, open source Clojure library/project to contribute to, but am not sure where to start. Could somebody give an intermediate level programmer a few pointers as to where to begin?

Re: [PSA] Clojars scp disabled until further notice

2014-09-25 Thread Michael Klishin
On 25 September 2014 at 02:57:39, Phil Hagelberg (p...@hagelb.org) wrote: In particular we would like to know reasons why you haven't upgraded, assuming it's not just I started on scp and it worked well, so I never saw the need to change anything. FWIW, that's exactly the reason I and a few

ANN Standalone Leiningen 2.5.0

2014-09-20 Thread Michael Klishin
Standalone Leiningen [1] is a distribution of Leiningen which doesn't require downloading .jars to ~/.lein and thus can work in environments with restricted network connectivity, embedded into other tools, build pipelines, etc. It does not modify Leiningen in any other way. The project now

Re: Use Require and Import

2014-09-19 Thread Michael Klishin
 On 19 September 2014 at 10:53:32, Gomzee (gettingerr...@gmail.com) wrote: I am new to clojure can any one give me a good example answer to differentiate between Use, Require and Import. Specially I am getting confused with Require and Import. require loads and compiles Clojure namespaces.

Re: Use Require and Import

2014-09-19 Thread Michael Klishin
 On 19 September 2014 at 11:04:50, Hemant Gautam (gettingerr...@gmail.com) wrote: So, can you please tell me when I load b.clj in REPL then what happens and What difference comes between these Require and Import. You do not import functions. That's what :refer, an option on require, is

Re: using Component for replacing dependencies in tests

2014-09-16 Thread Michael Klishin
On 16 September 2014 at 12:13:13, Anvar Karimson (an...@karimson.com) wrote: Option 1, separate lifecycle from the actual store: I've seen this approach in use, it works well.  -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google

ANN Elastisch 2.1.0-beta6 is released

2014-09-15 Thread Michael Klishin
 Elastisch [1] is a minimalistic feature rich Clojure client for  ElasticSearch. Release notes:  http://blog.clojurewerkz.org/blog/2014/09/13/elastisch-2-dot-1-0-beta6-is-released/ 1. http://clojureelasticsearch.info -- @michaelklishin, github.com/michaelklishin -- You received this

ANN Cassaforte 2.0.0-beta3 is released

2014-09-15 Thread Michael Klishin
Cassaforte [1] is a Clojure Cassandra client built around CQL 3. Release notes: http://blog.clojurewerkz.org/blog/2014/09/13/cassaforte-2-dot-0-0-beta3-is-released/ 1. http://clojurecassandra.info -- MK -- You received this message because you are subscribed to the Google Groups Clojure

ANN metrics-clojure 2.3.0 is released

2014-09-15 Thread Michael Klishin
metrics-clojure [1] is a Clojure interface to the Metrics library [2],   originally by Steve Losh [3].  Release notes: http://blog.clojurewerkz.org/blog/2014/09/13/metrics-clojure-2-dot-3-0-is-released/ If you're new to metrics and not sure why collecting them is a good idea,  take a

Re: Extending clj-time

2014-09-10 Thread Michael Klishin
On 10 September 2014 at 15:42:01, j...@afandian.com (j...@afandian.com) wrote: Is this the right way to do this? Yes. Could I somehow make this implicit and avoid re-writing the DateTimeProtocol implementations? There's no way around implementing the DateTimeProtocol functions you need

Re: Extending clj-time

2014-09-10 Thread Michael Klishin
On 10 September 2014 at 21:11:06, j...@afandian.com (j...@afandian.com) wrote: I just noticed that the ReadableInstant[0] interface is generic, extending Comparable [1]. Is it possible to implement a generic interface with a defrecord? Type parameters in generics do not exist at runtime,

Re: Interop nightmare

2014-09-08 Thread Michael Klishin
 On 9 September 2014 at 00:33:11, Ivan L (ivan.laza...@gmail.com) wrote: For an enterprising clojure hacker, this is a good opportunity to write Clojure for non-Java Hackers and put it up on Pragprog. Sounds more like Just enough Java for Clojure. Which I think would have too small an

Re: Interop nightmare

2014-09-07 Thread Michael Klishin
On 8 September 2014 at 06:50:38, Sam Raker (sam.ra...@gmail.com) wrote: I can `(import edu.stanford.nlp.parser.lexparser.LexicalizedParser)`, but after that, it's just a nightmare of `no matching ctor`, `no matching field`, `NoSuchFieldException` and `expected static field` errors. I

Re: core.async take behaviour

2014-09-05 Thread Michael Klishin
On 5 September 2014 at 06:08:17, Colin Fleming (colin.mailingl...@gmail.com) wrote: Given that there's a long time between major releases and 1.6 just came out, are they likely to be backported to a 1.6 point release when they're done or will we have to wait for 1.7? FWIW, Clojure doesn't

ANN Langohr 3.0.0-rc2 is released

2014-08-27 Thread Michael Klishin
Langohr [1] is a small, feature complete Clojure client for RabbitMQ. 3.0.0-rc2 is a release candidate for 3.0, which has breaking public API changes. Change log: http://blog.clojurewerkz.org/blog/2014/08/27/langohr-3-dot-0-0-rc2-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin,

ANN metrics-clojure 2.2.0 is released

2014-08-27 Thread Michael Klishin
metrics-clojure [1] is a Clojure interface to the Metrics library [2],  originally by Steve Losh [3].  Release notes: http://blog.clojurewerkz.org/blog/2014/08/27/metrics-clojure-2-dot-2-0-is-released/ If you're new to metrics and not sure why collecting them is a good idea,  take a moment to

Re: Clojure production environment

2014-08-20 Thread Michael Klishin
On 20 August 2014 at 11:52:51, Serzh Nechyporchuk (nechyporc...@gmail.com) wrote: I want to ask what environments for production do you use (e.g. application server, cloud platform, deploy tool, etc)? I think this information will be interesting for many people. For now in our project we

Re: [ANN] modular 0.5.1 with cylon 0.4.0

2014-08-05 Thread Michael Klishin
 On 5 August 2014 at 15:54:58, Malcolm Sparks (malc...@juxt.pro) wrote: As I mentioned in my talk, we have a Google discussion group called 'modularity' for discussion about this and other component-related topics, all welcome. Looks like non-members cannot even view group content. Is

Re: Why does this not give output

2014-08-05 Thread Michael Klishin
On 5 August 2014 at 19:41:03, Cecil Westerhof (cldwester...@gmail.com) wrote: ​When run in the REPL it gives the output I expect, but when executed as a program, it does not give any output at all. What is going on here? Because `for` is lazy. In the REPL the result has to be computed

Re: Why a Long class instead of integer class

2014-08-05 Thread Michael Klishin
On 5 August 2014 at 19:43:21, Cecil Westerhof (cldwester...@gmail.com) wrote: Because of the class of those values is Long. Why are those not Integer? To avoid the performance penalty of automatic promotion. In dynamically typed languages with auto-promotion of integers you have to perform

ANN Validateur 2.2.0 is released

2014-08-04 Thread Michael Klishin
Validateur [1] is a functional validations library for Clojure and ClojureScript. Release notes: http://blog.clojurewerkz.org/blog/2014/08/03/validateur-2-dot-2-0-is-released/ 1. http://clojurevalidations.info/ -- @michaelklishin, github.com/michaelklishin -- You received this message

ANN Quartzite 1.3.0 is released

2014-08-04 Thread Michael Klishin
Quarzite [1] is a powerful Clojure scheduling library built on top the Quartz Scheduler. Release notes: http://blog.clojurewerkz.org/blog/2014/07/31/quartzite-1-dot-3-0-is-released/ 1. http://clojurequartz.info/  -- @michaelklishin, github.com/michaelklishin -- You received this message

ANN Chash 1.1.0 is released

2014-08-04 Thread Michael Klishin
chash [1] is a consistent hashing library for Clojure. Release notes: http://blog.clojurewerkz.org/blog/2014/07/31/chash-1-dot-1-0-is-released/ 1. https://github.com/michaelklishin/chash  -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to

ANN Mailer 1.3.0 is released

2014-08-04 Thread Michael Klishin
Mailer [1] is an ActionMailer-inspired mailer library for Clojure. Release notes: http://blog.clojurewerkz.org/blog/2014/08/03/mailer-1-dot-1-0-is-released/ 1. https://github.com/clojurewerkz/mailer  -- @michaelklishin, github.com/michaelklishin -- You received this message because you are

Re: docs with sphinx rst

2014-08-03 Thread Michael Klishin
 On 4 August 2014 at 03:12:07, Brian Craft (craft.br...@gmail.com) wrote: Any sphinx users here? Maybe adapting the common lisp domain, or something? metrics-clojure uses Sphinx: https://github.com/sjl/metrics-clojure -- @michaelklishin, github.com/michaelklishin -- You received this

Re: [ANN] System

2014-07-29 Thread Michael Klishin
 On 29 July 2014 at 10:00:31, Daniel Szmulewicz (daniel.szmulew...@gmail.com) wrote: The idea behind this library is to serve as a community-backed repository of readymade components. So, basically like Modular? https://github.com/juxt/modular -- @michaelklishin,

Re: [ANN] System

2014-07-29 Thread Michael Klishin
On 29 July 2014 at 10:21:33, Daniel Szmulewicz (daniel.szmulew...@gmail.com) wrote: I wasn't aware of it. How does it relate to Jig (of which I was aware), if it does? Jig originally was reinventing parts of Component + did what Modular does. Malcolm will likely correct me but I believe

ANN metrics-clojure 2.1.1 is released

2014-07-27 Thread Michael Klishin
metrics-clojure [1] is a Clojure interface to the Metrics library [2], originally by Steve Losh [3]. Release notes: http://blog.clojurewerkz.org/blog/2014/07/26/metrics-clojure-2-dot-1-1-is-released/ If you're new to metrics and not sure why collecting them is a good idea, take a moment to watch

ANN clj-time 0.8.0 is released

2014-07-27 Thread Michael Klishin
clj-time [1] is a popular Clojure date/time library built on top of Joda Time. Unfortunately, the project currently doesn't have a human-friendly change log, so here's a git one (sorry): https://github.com/clj-time/clj-time/compare/v0.7.0...v0.8.0 1. https://github.com/clj-time/clj-time/  --

Re: Is Korma still a good current choice for DB backend?

2014-07-22 Thread Michael Klishin
On 22 July 2014 at 16:10:31, Jonathon McKitrick (jmckitr...@gmail.com) wrote: Development and support seem to have slowed down. Are there newer or better choices out there with momentum right now? Just use clojure.jdbc or clojure.java.jdbc with a validation library (Validateur, Schema,

ANN How to Make Your Open Source Project Really Awesome, part 2

2014-07-20 Thread Michael Klishin
15 months ago we wrote what ended up being quite a popular post on the ClojureWerkz blog: http://blog.clojurewerkz.org/blog/2013/04/20/how-to-make-your-open-source-project-really-awesome/ and now part 2 is up:

ANN Elastisch 2.1.0-beta4 is released

2014-07-19 Thread Michael Klishin
Elastisch [1] is a minimalistic feature rich Clojure client for ElasticSearch. 2.1 has multiple improvements in the native client, including the long awaited aggregations support:  http://blog.clojurewerkz.org/blog/2014/07/20/elastisch-2-dot-1-0-beta4-is-released/ 1.

Re: Scheduling state change?

2014-07-17 Thread Michael Klishin
On 17 July 2014 at 14:40:57, Thomas (th.vanderv...@gmail.com) wrote: Any ides how best to achieve this in Clojure? I already had a look at the various scheduling libraries (at-at, cronj and Quartzite), but from what I understand they don't support this behaviour, but please correct me

ANN Pantomime 2.3.0 is released

2014-07-17 Thread Michael Klishin
Pantomime [1] is a tiny Clojure library for working with MIME types. Release notes: http://blog.clojurewerkz.org/blog/2014/07/18/pantomime-2-dot-3-0-is-released/ 1. https://github.com/michaelklishin/pantomime --   -- You received this message because you are subscribed to the Google Groups

Re: Local variable

2014-07-08 Thread Michael Klishin
 On 8 July 2014 at 17:40:49, Cecil Westerhof (cldwester...@gmail.com) wrote: In Clojure you can define a local constant with let, but I need a variable (I think). They are not constants. Locals can be overwritten but their data structures are immutable (by default). I want to do the

ANN Machine Head 1.0.0-beta9 is released

2014-07-06 Thread Michael Klishin
Machine Head [1] is a small Clojure MQTT client built on top of Eclipse Paho. beta9 is a milestone release that introduces one breaking API change: http://blog.clojurewerkz.org/blog/2014/07/06/machine-head-1-dot-0-0-beta9-is-released/ 1. http://clojuremqtt.info -- MK

ANN Monger 2.0.0 is released

2014-06-15 Thread Michael Klishin
Monger [1] is a Clojure MongoDB driver for a more civilized age. Release notes: http://blog.clojurewerkz.org/blog/2014/06/15/monger-2-dot-0-0-is-released/ 1. http://clojuremongodb.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- You received this message

ANN Elastisch 2.0.0 is released

2014-06-15 Thread Michael Klishin
Elastisch [1] is a small, feature rich Clojure client for ElasticSearch that supports both HTTP and native transports. 2.0 is packed with improvements, large and small, and brings improved compatibility with ElasticSearch up to 1.2.x. Release notes:

  1   2   3   4   5   6   >