Merge isn't recursive on substructures.
--
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 unsubscr
DNS clients happen to be my job. If you can't find one, maybe I'll conttibute
to something.
--
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
Thanks for the answers!
On Monday, October 19, 2015 at 3:15:16 AM UTC+2, dennis wrote:
>
> In such case you have to use `eval`, another post
>
> https://groups.google.com/forum/#!topic/clojure/YJNRnGXLr2I
>
> 2015-10-19 9:10 GMT+08:00 James Reeves >:
>
>> On 18 October 2015 at 23:54, Timur >
>>
Hi Kyle,
If you don't mind synchronous queries, "InetAddress/getByName" will do the
job just fine and use your system resolving parameters.
http://docs.oracle.com/javase/6/docs/api/index.html?java/net/InetAddress.html#getByName
Cheers,
- pyr
On Mon, Oct 19, 2015 at 9:56 AM, JvJ wrote:
> DNS
The aatree project provides fully compatible alternatives to Clojure
sorted-map, sorted-set and vector, with several extensions:
- AAVector supports add/drop at any point using addn and dropn.
- AAMap and AASet implement Reversible, Counted, Indexed and Sorted
- CountedSequence implements Co
I've not used it, but Java comes with a DNS provider for JNDI too:
https://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-dns.html
On Mon, Oct 19, 2015 at 12:50 PM, Pierre-Yves Ritschard
wrote:
> Hi Kyle,
>
> If you don't mind synchronous queries, "InetAddress/getByName" will do the
On Monday, October 19, 2015 at 3:49:41 AM UTC-4, JvJ wrote:
>
> Merge isn't recursive on substructures.
Of course, there's (fn foo [m1 m2] (if (and (map? m1) (map? m2))
(merge-with foo m1 m2) m2)) ...
--
You received this message because you are subscribed to the Google
Groups "Clojure" group
Hi all,
I'm new to Clojure and I've been exploring the possibility of using it to
handle a large list of Users stored in a Postgresql Database. I can see
that there are some great sql libraries for clojure to query a Postgresql
database and this is fine. However, I was wondering if there are an
Font-locking of deprecated vars was just added to CIDER. It's available in
snapshots now, and will be included in 0.10.
On Wednesday, October 14, 2015 at 6:09:21 PM UTC+2, William la Forge wrote:
>
> Going forward, I'd like to deprecate some functions and have a warning
> displayed on first use
I am making a namespace inspector (using JavaFX) (somewhat like the
Swing-based tree-inspector in Clojure), and when getting a function, I
would like to diplay the same meta-information as "doc" prints in the REPL
- including the special forms data coded in a private var/map in Clojure.
On Fri
I've added the following qualifier to the README for this project, just to
clarify that some of the code is more illustrative than practical:
It is not often that you need lazy deserialization when doing a file load.
Rather, we are using file load and save here to illustrate how to use the
lazy
Please file a jira with a patch and we will consider it for the next
release (it is too late to consider for Clojure 1.8 at this point). Include
the info below as the problem in the jira description.
Thanks,
Alex
On Monday, October 19, 2015 at 11:23:43 AM UTC-5, Terje Dahl wrote:
>
> I am makin
I’ll second what Timothy Baldridge wrote. By the way,
you have to make sure you’re dealing with some sort of clojure.lang.IPending
before you call realized? on it.
I prefer to test against interfaces rather than concrete classes so I would try
something like this (minimally tested):
(defn
We just released PigPen 0.3.1 with a couple of minor improvements:
Update cascading version to 2.7.0
Update nippy (for serialization) to 2.10.0 & tune performance
PigPen is map-reduce for Clojure, or distributed Clojure. You write idiomatic
Clojure code, we run it on thousands of machines usin
14 matches
Mail list logo