FAQ

Search Discussions

190 discussions - 1,180 posts

  • All, We talked about the possibility of getting some ideas about extracurricular activities during the Conj days (and possibly training days). I've created a spreadsheet at the link below to collect ...
    FogusFogus
    Oct 25, 2011 at 4:11 pm
    Nov 10, 2011 at 11:02 pm
  • Hey all, I recently started upgrading Storm to Clojure 1.3, and I ran into various issues due to Clojure's treatment of integers and longs. In particular, I have a situation like the following: 1. A ...
    NathanmarzNathanmarz
    Oct 18, 2011 at 9:01 pm
    Mar 7, 2012 at 11:29 pm
  • The video is up: http://www.infoq.com/presentations/Simple-Made-Easy Places to watch for comments (or vote if you like): - http://news.ycombinator.com/item?id=3135185 - ...
    Alex MillerAlex Miller
    Oct 20, 2011 at 4:01 pm
    Nov 29, 2011 at 6:28 pm
  • I see that my Literate Programming session is beginning to gain some traction. I would encourage you to bring examples. We can discuss the merits and possibly gain some new insights. If nothing else, ...
    DalyDaly
    Oct 26, 2011 at 7:06 pm
    Dec 26, 2011 at 9:38 pm
  • I use Base64 encoding a lot and the slow implementation is hurting a lot. It's slower than Sun misc encoder/decoder and that one is very very slow. I was using Sun's implementation a bit and it took ...
    Rok LenarcicRok Lenarcic
    Oct 6, 2011 at 11:31 am
    Oct 13, 2011 at 6:56 pm
  • I ran into an interesting problem while porting appengine-magic to Clojure 1.3.0. The Google App Engine SDK uses checked exceptions on many of its API methods. In many cases, I want to catch these ...
    Constantine VetoshevConstantine Vetoshev
    Oct 3, 2011 at 7:03 pm
    Oct 12, 2011 at 10:01 pm
  • The clojure.contrib.base64 discussion has inspired me (sorry!) to write this.. I would very much like to see a faster JSON parser be in contrib. clj-json can beat clojure.data.json by up to a factor ...
    Lars NilssonLars Nilsson
    Oct 6, 2011 at 6:03 pm
    Oct 11, 2011 at 6:18 pm
  • Larent Petit pointed out this fun challenge: http://beust.com/weblog/2011/10/30/a-new-coding-challenge/ To get a sense of how cool cKanren and constraint logic programming is I recommend reading my ...
    David NolenDavid Nolen
    Oct 31, 2011 at 12:10 am
    Nov 13, 2011 at 5:10 pm
  • I've removed some fairly big bugs in the algorithm. This will probably the be the last alpha release before I cut a beta. Would love to hear any and all feedback. In particular if people have strong ...
    David NolenDavid Nolen
    Oct 9, 2011 at 7:32 pm
    Oct 11, 2011 at 9:09 pm
  • hi community, i decided to create a (small) game in clojure to get a bit of non-theoretical experience. i'm pretty much a clojure noob (only did a few experiments) but have done a few real things in ...
    Dennis HauptDennis Haupt
    Oct 30, 2011 at 6:33 pm
    Nov 6, 2011 at 10:10 am
  • It was nice to get some feedback on the changes in 1.3. It was a bit frustrating though to get them after release, and especially to get them on code that has been available for over 16 months. This ...
    Rich HickeyRich Hickey
    Oct 30, 2011 at 2:52 pm
    Nov 4, 2011 at 9:47 am
  • Hi everybody, I was just trying to implement a simple length of a list in core.logic (basically solving the 99-problems-in-prolog). I am not able to find a way to increment values.. Can somebody help ...
    Sunil S NandihalliSunil S Nandihalli
    Oct 8, 2011 at 7:50 am
    Dec 24, 2011 at 6:12 pm
  • I am trying to upgrade some code to 1.3, and I'm not sure how to do the equivalent of a 1.2-style equality comparison. user (= {:foo 23} {:foo 23.0}) false This used to be true. I see that = is now ...
    Chris PerkinsChris Perkins
    Oct 1, 2011 at 9:34 pm
    Feb 4, 2013 at 5:23 am
  • long long time since I last looked a clojure, but I've never lost interest and I'm trying to find the time again. for the short version see "*INCONSISTENT*", in the example at the end. I know what ...
    EE
    Oct 26, 2011 at 9:35 pm
    Oct 28, 2011 at 11:13 am
  • In some versions of Scheme or Lisp, there is a flag that you can set so that the reader will create exact numbers by default (BigDecimal) instead of inexact doubles. Is there a way to do this in ...
    Scott HickeyScott Hickey
    Oct 17, 2011 at 7:33 pm
    Oct 20, 2011 at 9:50 pm
  • Hi, I'm a Clojure newbie trying to the following simple task: Given a list of maps of the followign format: ({"Type" "A", "Value" "5"} {"Type" "B", "Value" "4"} {"Type" "A", "Value" "7.2"} {"Type" ...
    DerDer
    Oct 14, 2011 at 5:38 pm
    Oct 17, 2011 at 12:37 am
  • Hello everybody, I was playing with core.match library and I notice the following behavior let [x {:a 1 :b 2 :c 10 :d 30}] (match [x] [({:a :b :c :d _} :only [:a :b :c :d])] :a-1 [({:a :b 2} :only ...
    Sunil S NandihalliSunil S Nandihalli
    Oct 3, 2011 at 10:27 am
    Oct 8, 2011 at 4:01 am
  • Changes in 0.0.7: * Fix JDBC-9 by renaming duplicate columns instead of throwing an exception. - thanx to Peter Siewert! * Fix JDBC-16 by ensuring do-prepared works with no param-groups provided. * ...
    Sean CorfieldSean Corfield
    Oct 11, 2011 at 9:38 pm
    Nov 8, 2011 at 6:18 am
  • Hi I wrote the following function to create a SQL IN clause from a list of values. Essentially the function creates a single string which is a comma separated quoted list of the values surrounded by ...
    Shoeb BhinderwalaShoeb Bhinderwala
    Oct 22, 2011 at 12:54 am
    Oct 22, 2011 at 2:01 pm
  • When using clojure.org does anybody else quite frequently get the Wikispaces homepage instead? This seems to happen most often when I start Firefox because I always have a clojure.org tab open. Any ...
    Simon MorganSimon Morgan
    Oct 6, 2011 at 6:30 pm
    Oct 15, 2011 at 6:29 am
  • I may be missing something obvious. Midje has a checker that lets users say things like (fact (my-computation) = (roughly 15 2)) Where the first number in `roughly` is the target number and the ...
    Brian MarickBrian Marick
    Oct 11, 2011 at 12:31 am
    Oct 12, 2011 at 6:12 pm
  • I recently tried to get Speclj running on Clojure 1.3 and came across the following problem: (list (declare ^:dynamic p) (defn q [] @p)) (binding [p (atom 10)] (q)) Thanks to @cemerick for helping me ...
    Micah MartinMicah Martin
    Oct 20, 2011 at 5:57 pm
    Oct 25, 2011 at 7:33 pm
  • Hi guys, I fall out in many situations that I want the partial, but inversed, a simple example: Let's say I wanna all primes bellow 2.000: (take-while (partial 2000) primes) In this case, that's ok, ...
    WilkerWilker
    Oct 21, 2011 at 3:16 am
    Oct 24, 2011 at 4:45 am
  • Hi, As I understand it, clojurescript uses some unicode characters to identify keywords/symbols. I guess that's why (str 'a) gives me ï·‘'a I thought that this was intentional, and that (name 'a) ...
    Jonathan Fischer FribergJonathan Fischer Friberg
    Oct 17, 2011 at 10:41 pm
    Oct 18, 2011 at 4:01 pm
  • And what does it mean to clojurescript? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] ...
    IvoIvo
    Oct 10, 2011 at 9:09 pm
    Nov 18, 2011 at 4:44 am
  • I'm struggling with a basic feature of how macros behave. I understand how the problem arises, and I can cobble together my own fix in the specific places where it's causing me trouble, but it seems ...
    Alan MalloyAlan Malloy
    Oct 24, 2011 at 6:54 pm
    Nov 9, 2011 at 12:58 pm
  • I am from java Background. We say Homoiconicity in Clojure (Lisp). Code is data and data is code. I read various blogs on it, still not clear, Can you give me some example? -- You received this ...
    VikbehalVikbehal
    Oct 31, 2011 at 9:00 pm
    Nov 3, 2011 at 8:00 pm
  • So I've read the previous post Rich Hickey: "Simple Made Easy" from Strange Loop 2011, but I wanted to ask some simple questions not complected by the interweaving path the other has post followed ...
    Tim RobinsonTim Robinson
    Oct 22, 2011 at 5:35 pm
    Oct 26, 2011 at 3:29 pm
  • So I'm catching up with the 1.3 defrecord additions (best docs here afaik: http://dev.clojure.org/display/design/defrecord+improvements - will http://clojure.org/datatypes be updated?) In 1.2, ...
    Alex MillerAlex Miller
    Oct 26, 2011 at 1:54 am
    Oct 26, 2011 at 2:46 pm
  • I am trying to follow the directions at http://dev.clojure.org/display/doc/Getting+Started+with+Emacs. 1. I want to install the Emacs Starter Kit. The directions at ...
    Bruce GordonBruce Gordon
    Oct 18, 2011 at 3:32 am
    Oct 25, 2011 at 3:33 am
  • I first followed the directions at http://riddell.us/ClojureSwankLeiningenWithEmacsOnLinux.html , but then abandoned that effort thanks to irc advice. I then started following the ...
    Bruce GordonBruce Gordon
    Oct 14, 2011 at 5:55 pm
    Oct 14, 2011 at 8:20 pm
  • In 1.2.x, functions defined with defn had metadata attached: user= (meta odd?) {:ns #<Namespace clojure.core , :name odd?, :file "clojure/core.clj", :line 1093, :arglists ([n]), :added "1.0", :doc ...
    Brian MarickBrian Marick
    Oct 12, 2011 at 12:13 am
    Oct 12, 2011 at 2:37 am
  • Hi! I wrote few apps with clojure. I have used many times macro to expand expressions and change some control flows. I thought that I know macros, but now I know that doing some programming by ...
    Michael JaakaMichael Jaaka
    Oct 5, 2011 at 9:39 am
    Oct 10, 2011 at 9:09 pm
  • I finally got around to trying out the 1.3 release yesterday with a batch of code that was constructed using 1.2, and promptly ran into a problem. In 1.2, it's possible to define a protocol with zero ...
    HgreenHgreen
    Oct 4, 2011 at 5:28 pm
    Oct 5, 2011 at 8:40 pm
  • Hello all, What would be the currently recommended CSV client, please ? Not necessarily already upgraded to 1.3 support. Thanks in advance, -- Laurent -- You received this message because you are ...
    Laurent PETITLaurent PETIT
    Oct 4, 2011 at 5:00 pm
    Oct 4, 2011 at 7:30 pm
  • I am setting up tests with clojure.test that are driven by a CSV where each line represents one test case. Right now, there is a single deftest function that runs all the assertions. That's ok but ...
    AndyKAndyK
    Oct 28, 2011 at 5:12 pm
    Nov 9, 2011 at 7:31 pm
  • Hi all, Ran into something unexpected with "max". user (sd-age-female 13) [10 NaN 0.746555245613119] user (apply max (sd-age-female 13)) 0.746555245613119 user I don't know what the mathematically ...
    bOR_bOR_
    Oct 30, 2011 at 9:02 am
    Nov 2, 2011 at 12:08 am
  • hi clojure community, at the moment there seems to be no applicable clojure starter package for the http://aichallenge.org/ though some work has be done on it by chris granger, i think: ...
    FaenvieFaenvie
    Oct 20, 2011 at 11:58 am
    Oct 25, 2011 at 8:25 am
  • I'm a big believer in Clojure / Rich Hickey's principles regarding the separation of Identity and State (http://www.infoq.com/presentations/ Are-We-There-Yet-Rich-Hickey) and how this is generally a ...
    Mike AndersonMike Anderson
    Oct 21, 2011 at 7:46 am
    Oct 25, 2011 at 12:54 am
  • Hi, I read in "Clojure in Action" book by Amit Rathore, that #^ associates metadata for the next form. He also mentions that it is deprecated. So what is the current way of doing it? Also, in code ...
    MmwaikarMmwaikar
    Oct 20, 2011 at 5:03 am
    Oct 21, 2011 at 5:14 am
  • Has anyone succeeded in solving this issue for OpenJDK yet? So far all solutions I've seen discussed boiled down to using Oracle's JDK ... -- You received this message because you are subscribed to ...
    Volker SchlechtVolker Schlecht
    Oct 1, 2011 at 3:23 pm
    Oct 6, 2011 at 8:43 pm
  • Hi, I run Artifactory as a local repository manager. Currently, I am adding :omit-default-repositories true :repositories {"releases" "http://artifactory/artifactory/libs-release" "snapshots" ...
    Dave SannDave Sann
    Oct 2, 2011 at 12:04 am
    Feb 3, 2012 at 2:50 pm
  • The ticket http://dev.clojure.org/jira/browse/CLJS-89 and the design page ...
    FogusFogus
    Oct 14, 2011 at 7:45 pm
    Oct 15, 2011 at 7:56 pm
  • Borneo get's bit by this bug: http://lists.neo4j.org/pipermail/user/2011-February/006460.html Here's a simple example: (neo/with-db! "playground" (let [humans (neo/walk (neo/root) :humans) ...
    DanielDaniel
    Oct 5, 2011 at 1:35 am
    Oct 5, 2011 at 11:41 am
  • I'm hitting a bit of frustration with (defprotocol) and friends and I'm hoping someone can enlighten me: Context: this is part of the Cascade layer I'm building on top of Compojure. It's all about ...
    Howard Lewis ShipHoward Lewis Ship
    Oct 28, 2011 at 5:46 pm
    Oct 31, 2011 at 5:13 pm
  • This code probably will not make a whole lotta sense since I reduced it down to show only the problem at hand, but I'm hoping someone can explain why this doesn't work the way I expected it would: = ...
    Tim RobinsonTim Robinson
    Oct 25, 2011 at 4:00 pm
    Oct 25, 2011 at 4:54 pm
  • I am using a record to wrap a number of java classes, which I then access various properties on. I am trying to avoid reflection so I type have type hinted, however when accessing the values in the ...
    CasperCasper
    Oct 10, 2011 at 9:09 pm
    Oct 20, 2011 at 2:23 pm
  • Is there any interest to organize some form of "ClojureScript Mobile" BOF at the Clojure/conj? (some informal, ad hoc get-together where developers can share experiences and show-off some of their ...
    Frank SiebenlistFrank Siebenlist
    Oct 17, 2011 at 3:40 am
    Oct 18, 2011 at 8:01 pm
  • One higher-order function I've found useful as I've goofed around with clojure has been one that I made up myself, but it's proved so useful and so simple that I have to believe it's in core ...
    Daniel BellDaniel Bell
    Oct 14, 2011 at 10:47 pm
    Oct 16, 2011 at 5:00 am
  • This is just a reminder. While in general our communication here is very good, occasionally it goes astray. These mailing lists are run by, and for, people who make things. Most messages should have ...
    Rich HickeyRich Hickey
    Oct 15, 2011 at 6:02 pm
    Oct 15, 2011 at 10:44 pm
Group Navigation
period‹ prev | Oct 2011 | next ›
Group Overview
groupclojure @
categoriesclojure
discussions190
posts1,180
users260
websiteclojure.org
irc#clojure

260 users for October 2011

David Nolen: 65 posts Sean Corfield: 44 posts Alan Malloy: 39 posts Stuart Sierra: 29 posts Luc Prefontaine: 27 posts Stuart Halloway: 27 posts Meikel Brandmeyer (kotarak): 20 posts Daniel: 18 posts Sunil S Nandihalli: 18 posts Ben Smith-Mannschott: 17 posts Chas Emerick: 16 posts Dave Sann: 16 posts Kevin Downey: 16 posts Chris Perkins: 15 posts Phil Hagelberg: 15 posts Baishampayan Ghose: 14 posts Ambrose Bonnaire-Sergeant: 12 posts Daly: 12 posts Dennis Haupt: 12 posts Mark Rathwell: 12 posts
show more