Search Discussions
-
Hi All, Sorry for the off topic thread but my company is looking at alternatives to gihub that are a) hosted internally and b) cheaper (!) I was wondering what everyone else is using out there? The ...
Adrian Mowat
Jun 30, 2014 at 10:34 am
Jul 2, 2014 at 6:44 am -
Hello Clojurians! I wanted to share with you a project called *Clojure Lab*, an *IDE for Clojure in Clojure*. *https://github.com/jfacorro/clojure-lab <https://github.com/jfacorro/clojure-lab * Yes! ...
Juan.facorro
Jun 27, 2014 at 3:00 pm
Jun 28, 2014 at 2:36 am -
I have a list that I want to combine in some way with an incremented list, so I was trying to write a for expression like this: (for [i '(my-list-of-crap), j (iterate inc 0)] (str i j)) The problem ...
Glen Rubin
Jun 27, 2014 at 3:01 pm
Jun 27, 2014 at 5:42 pm -
Hi, I am planning to play with implementing some giant in-memory index that is basically tree-like structure containing counters on certain tree nodes, and can aggregate billion data points and will ...
Vjeran Marcinko
Jun 27, 2014 at 4:04 am
Jul 2, 2014 at 12:01 am -
I'd like my app to server the WWW content as well as the API for the client to call. How can I used different middleware with each? Here's what I have so far: (def app (- (handler/site (routes ...
Jonathon McKitrick
Jun 28, 2014 at 6:26 pm
Jun 30, 2014 at 3:53 pm -
Thanks Ryan and James - that gives me a few more ideas on how to think about things. Hopefully some of the links Ryan posted will clarify things for me also. Ryan - yes my question about namespaces ...
Mark P
Jun 27, 2014 at 1:21 am
Jun 27, 2014 at 2:10 am -
Clojure Contrib libraries are all deprecated and very out of date. For clojure.contrib.sql, you'll want to use clojure.java.jdbc instead. Complete (community-maintained) documentation can be found ...
Sean Corfield
Jun 26, 2014 at 10:58 pm
Jun 26, 2014 at 11:18 pm -
Hi, I found the following example for SSE: (def ch (channel)) ; lamina.core.channel (defn handler [request] (println request) (when (= (:uri request) "/event-source") {:status 200 :headers ...
Rogergl
Jun 29, 2014 at 1:37 pm
Jun 29, 2014 at 2:26 pm -
Looks nice! I'll try to think to use it in my next project. One little problem I can see is the sendmail requirement. Isn't there a way to add a remote SMTP? (Like with the postal library?) -- You ...
Frozenlock
Jun 27, 2014 at 8:11 pm
Jun 28, 2014 at 8:20 am -
Hi Colin, You've correctly followed the guide for writing recursive generators. Trouble is, the guide (which I wrote) is wrong! I'll work on getting it updated shortly, but in the interim, you can ...
Reid Draper
Jun 28, 2014 at 2:16 am
Jun 28, 2014 at 6:01 am -
1
Re: [ANN] Initial release of dynamic-object: a library to bring Clojure data (and metadata) to Java
I think this is a great idea and I certainly support this effort. One thought that springs to mind is that it would be nice to be able to use the Clojure interfaces and data structures in Java ...Mikera
Jun 26, 2014 at 4:16 pm
Jun 27, 2014 at 2:25 am -
clojure.java.jdbc - A Clojure wrapper for JDBC access to databases https://github.com/clojure/java.jdbc • Release 0.3.4 on 2014-06-30 • execute! can now accept a PreparedStatement instead of a SQL ...
Sean Corfield
Jun 30, 2014 at 10:15 pm
Jun 30, 2014 at 10:15 pm -
I like YourKit. It's commercial, but really quite good (free for open source if you promote them in your readme). I wrote a bit about the perf wins I got using yourkit on my app here ...
Tcrayford
Jun 30, 2014 at 3:24 pm
Jun 30, 2014 at 3:24 pm -
I am using ELK (logstash, ES, Kibana) stack for log analysis and Riemann for alerting. I have logs in which *users *is one of the fields parsed by logstash and I send the events to riemann from ...
Siddharth Trikha
Jun 30, 2014 at 2:23 pm
Jun 30, 2014 at 2:23 pm -
Hi. We've just released Protean 0.8.0 - https://github.com/passivsystems/protean/tree/0.8.0. This little Clojure/edn project helps you: - simulate RESTful API's/services - get generated API docs for ...
Rossputin
Jun 30, 2014 at 11:29 am
Jun 30, 2014 at 11:29 am -
Haven't time to experiment with it right now, but functional mode looks *wonderful*. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this ...
J David Eisenberg
Jun 28, 2014 at 6:24 pm
Jun 28, 2014 at 6:24 pm -
I'm super new to Clojure, so apologies if I've missed something. I'm trying to use an agent to manage IO for code that involves reading a bunch of JSON files, doing some processing, then writing the ...
Sam Raker
Jun 28, 2014 at 6:00 am
Jun 28, 2014 at 6:00 am -
That is cool :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to <span class="m_body_email_addr" ...
Greg Knapp
Jun 27, 2014 at 2:46 pm
Jun 27, 2014 at 2:46 pm -
For future reference: There was a short discussion on the instaparse list. Summary: * The two approaches outlined earlier are the two possibilities to solve the problem at hand. * Instaparse can take ...
Stefan Kamphausen
Jun 27, 2014 at 7:19 am
Jun 27, 2014 at 7:19 am -
I was hoping to use sente https://github.com/ptaoussanis/sente to provide access to a server endpoint from clients in arbitrary domains, but the sente client explicity prepends its own host to the ...
Alan Shaw
Jun 26, 2014 at 8:44 pm
Jun 26, 2014 at 8:44 pm -
Hi, I'm observing an incredibly weird bug in my program where this happens on the REPL (use 'myapp.some.stuff) (def x (- Record 1)) (type x) ; = myapp.some.stuff.Record (instance? ...
Pascal Germroth
Jun 26, 2014 at 7:34 pm
Jun 26, 2014 at 7:34 pm
Group Overview
group | clojure |
categories | clojure |
discussions | 21 |
posts | 66 |
users | 45 |
website | clojure.org |
irc | #clojure |
45 users for June 2014
Archives
- June 2016 (304)
- May 2016 (520)
- April 2016 (426)
- March 2016 (421)
- February 2016 (464)
- January 2016 (422)
- December 2015 (359)
- November 2015 (490)
- October 2015 (573)
- September 2015 (476)
- August 2015 (618)
- July 2015 (628)
- June 2015 (700)
- May 2015 (858)
- April 2015 (573)
- March 2015 (751)
- February 2015 (676)
- January 2015 (607)
- December 2014 (677)
- November 2014 (606)
- October 2014 (910)
- September 2014 (733)
- August 2014 (652)
- July 2014 (689)
- June 2014 (66)
- May 2014 (699)
- April 2014 (1,151)
- March 2014 (1,010)
- February 2014 (1,111)
- January 2014 (1,291)
- December 2013 (938)
- November 2013 (1,242)
- October 2013 (874)
- September 2013 (934)
- August 2013 (1,130)
- July 2013 (1,301)
- June 2013 (1,139)
- May 2013 (1,215)
- April 2013 (1,019)
- March 2013 (1,502)
- February 2013 (1,330)
- January 2013 (1,191)
- December 2012 (1,082)
- November 2012 (994)
- October 2012 (1,366)
- September 2012 (946)
- August 2012 (957)
- July 2012 (957)
- June 2012 (1,149)
- May 2012 (1,092)
- April 2012 (1,012)
- March 2012 (1,075)
- February 2012 (859)
- January 2012 (1,077)
- December 2011 (983)
- November 2011 (1,063)
- October 2011 (1,180)
- September 2011 (595)