FAQ

Search Discussions

21 discussions - 66 posts

  • 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 MowatAdrian 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.facorroJuan.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 RubinGlen 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 MarcinkoVjeran 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 McKitrickJonathon 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 PMark 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 CorfieldSean 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 ...
    RogerglRogergl
    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 ...
    FrozenlockFrozenlock
    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 DraperReid Draper
    Jun 28, 2014 at 2:16 am
    Jun 28, 2014 at 6:01 am
  • 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 ...
    MikeraMikera
    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 CorfieldSean 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 ...
    TcrayfordTcrayford
    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 TrikhaSiddharth 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 ...
    RossputinRossputin
    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 EisenbergJ 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 RakerSam 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 KnappGreg 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 KamphausenStefan 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 ShawAlan 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 GermrothPascal Germroth
    Jun 26, 2014 at 7:34 pm
    Jun 26, 2014 at 7:34 pm
Group Navigation
period‹ prev | Jun 2014 | next ›
Group Overview
groupclojure @
categoriesclojure
discussions21
posts66
users45
websiteclojure.org
irc#clojure

45 users for June 2014

Sean Corfield: 5 posts Raoul Duke: 4 posts François Rey: 3 posts Juan Martín: 3 posts Adrian Mowat: 2 posts Andrey Antukh: 2 posts Glen Rubin: 2 posts James Reeves: 2 posts Jonathon McKitrick: 2 posts Leonardo Borges: 2 posts Linus Ericsson: 2 posts Mikera: 2 posts Ryan Schmitt: 2 posts Torsten Uhlmann: 2 posts Alan Shaw: 1 post Alex Miller: 1 post Blake: 1 post Colin Fleming: 1 post Daniel: 1 post Di Xu: 1 post
show more