FAQ

Search Discussions

175 discussions - 921 posts

  • 50

    edn

    I've started to document a subset of Clojure's data format in an effort to get it more widely used as a data exchange format, e.g. as an alternative to JSON. Please have a look ...
    Rich HickeyRich Hickey
    Sep 7, 2012 at 1:01 am
    Sep 10, 2012 at 5:49 pm
  • Hi So i'd like to point to the problem here. Clojure web framework in google get these results, at least for me 1. noir 2. stackoverflow question 2008 year 3. stackoverflow question 2010 year 4 ...
    GoracioGoracio
    Sep 28, 2012 at 7:36 am
    Oct 3, 2012 at 6:42 pm
  • You can use a browser connected repl too: https://github.com/emezeske/lein-cljsbuild/blob/master/doc/REPL.md I've used repl-listen with success. Robert -- You received this message because you are ...
    Robert MarianskiRobert Marianski
    Sep 10, 2012 at 4:31 pm
    Nov 12, 2014 at 11:29 am
  • Hello Clojurists! I'm a person in middle age (you know, too old to rock'n'roll, to young to die) and would like to programm but starting with functional programming. Regarding this i have some ...
    Gregorius R.Gregorius R.
    Sep 26, 2012 at 4:41 am
    Sep 27, 2012 at 1:52 pm
  • is there some sort of categorised list/wiki that we can add to for new libraries? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, ...
    ZcaudateZcaudate
    Sep 26, 2012 at 4:42 am
    Sep 26, 2012 at 8:45 pm
  • I'm exploring some changes to the ClojureScript compiler backend and am curious if anyone is using one particular implementation detail: The js* special form. Note that I'm not asking about the js/ ...
    Brandon BloomBrandon Bloom
    Sep 12, 2012 at 11:12 pm
    Sep 25, 2012 at 6:11 am
  • Hi, Moustache seems to be a great library and I would like to use it for my next project (No offense to compojure :) ) . However it still lists clojure 1.1 and ring 0.2 as its dependencies (on ...
    Murtaza HusainMurtaza Husain
    Sep 7, 2012 at 5:51 am
    Sep 8, 2012 at 11:08 am
  • I'm trying to write exercises for multimethods. Book readers will be working at the repl. Multimethods are stateful in a bad way, as shown below. Is there some sort of trick to using multimethods at ...
    Brian MarickBrian Marick
    Sep 4, 2012 at 10:32 pm
    Sep 8, 2012 at 8:03 am
  • Hi, I am trying to write a function which takes a list of strings, tokenize each one, and maximise N such that the number of unique tokens in the first N strings is less than some number M. I have ...
    ShaobohouShaobohou
    Sep 2, 2012 at 11:44 pm
    Sep 5, 2012 at 1:42 pm
  • Clojure Conj is nearly upon us. Last year there was a very positive meeting to discuss and help improve the contribution process. This year I thought it might be helpful to get some ideas on the ...
    Paul deGrandisPaul deGrandis
    Sep 19, 2012 at 4:01 am
    Sep 26, 2012 at 8:45 pm
  • Hi, I'm the author of a DSL that allows reasoning over paths throughout graphs using core.logic ( https://github.com/ReinoutStevens/damp.qwal ). We noticed that for larger graphs performance became ...
    Reinout StevensReinout Stevens
    Sep 26, 2012 at 6:54 pm
    Oct 19, 2012 at 4:59 pm
  • Drip is a drop in replacement for the 'java' command that provides faster startup times. It does this by keeping a fresh JVM spun up in reserve with the correct classpath and other JVM options so you ...
    Justin BalthropJustin Balthrop
    Sep 10, 2012 at 4:54 pm
    Jan 24, 2013 at 7:42 am
  • Ritz provides a clojure debugger for nREPL.el and SLIME, other nREPL middleware, and a general repl-utils library. 0.5.0 adds several new features. * load-project will load the project for buffer you ...
    Hugo DuncanHugo Duncan
    Sep 19, 2012 at 7:49 pm
    Oct 8, 2012 at 1:30 am
  • i stumbled upon this: http://page.mi.fu-berlin.de/prechelt/phonecode/ the results: http://page.mi.fu-berlin.de/prechelt/Biblio/jccpprt_computer2000.pdf summary: concise languages bashed c, c++ and ...
    Dennis HauptDennis Haupt
    Sep 20, 2012 at 2:52 pm
    Sep 23, 2012 at 11:56 pm
  • Hi I try to follow this guide https://github.com/clojure/clojurescript/wiki/The-REPL-and-Evaluation-Environments and get an error No 'xpc' param provided to chid iframe when loading ...
    GoracioGoracio
    Sep 7, 2012 at 2:28 am
    Sep 10, 2012 at 10:38 am
  • Hi everybody, I get a little idea now that we are heading to Christmas. Would be nice to organize a little fund raiser to support our projects. We have a lot of great project, but first of all good ...
    Simone MosciattiSimone Mosciatti
    Sep 5, 2012 at 4:37 pm
    Sep 7, 2012 at 9:37 am
  • I use Clojure 1.4.0 and wanted to use 'contains?' on a vector and get following results: = (contains? [1 2 3] 3) false = (contains? [1 2 3] 2) true As it seems 'contains?' does not check for the last ...
    GoldritterGoldritter
    Sep 3, 2012 at 11:03 am
    Sep 5, 2012 at 9:42 am
  • Hello, So I've been working on a project at work, that required me to code a simple web interface. I considered going with Noir, and while reading the code, I noticed a pattern that seems to repeat ...
    The80srobotThe80srobot
    Sep 12, 2012 at 2:38 pm
    Sep 16, 2012 at 7:01 pm
  • Hi, I came to the point where I need to be able to catch all javascript exceptions, log them down and swallow. I've been trying to achieve this by (try ... (catch Exception e ...)) (try ... (catch ...
    Dima BDima B
    Sep 28, 2012 at 5:19 pm
    Nov 1, 2012 at 4:17 pm
  • Hi Folks, I'm still new to clojurescript, but I thought I would share with you some of the annoyances that person person coming from JS (like myself) will likely run into ...
    Irakli GozalishviliIrakli Gozalishvili
    Sep 17, 2012 at 12:33 am
    Sep 20, 2012 at 12:52 pm
  • Hi all, I'm having a really ridiculous problem...let's say there is jar on clojars with the following structure: --- top-level (.jar) --foo (clojure namespaces) -a.clj -b.clj -c.clj -- --bar (java ...
    Jim - FooBar();Jim - FooBar();
    Sep 18, 2012 at 2:59 pm
    Sep 18, 2012 at 6:28 pm
  • I am happy to announce the release of nrepl.el v0.1.4, an Emacs client for nREPL. https://github.com/kingtim/nrepl.el v0.1.4 is available now on Marmalade, and should also be available on Melpa. See ...
    Tim KingTim King
    Sep 18, 2012 at 1:55 pm
    Sep 21, 2012 at 4:02 pm
  • For those people (like myself) who do a lot of Literate Programming in Emacs using Clojure and org-babel, migrating to nrepl and nrepl.el is somewhat non-trivial. This is because the existing Clojure ...
    LambdatronicLambdatronic
    Sep 6, 2012 at 4:42 pm
    Sep 14, 2012 at 9:58 pm
  • Background: I'm developing a web based development environment. Problem: Is there a way to evaluate clojurescript code from clojure? I need to call clojurescript code like (load-file "foo.cljs") from ...
    Brent MillareBrent Millare
    Sep 16, 2012 at 11:05 pm
    Sep 18, 2012 at 3:28 pm
  • Hiya, So, I'm a clojure newbie... and I've been asked to evaluate a few different technology options for a project I've been handed. The end result will need to be a 'router' that accepts JSON ...
    David DawsonDavid Dawson
    Sep 4, 2012 at 10:57 pm
    Sep 5, 2012 at 3:54 pm
  • It would be really interesting to see a course about Clojure on coursera.org, where a Scala and functional programming course just started https://class.coursera.org/course/progfun -- You received ...
    BelunBelun
    Sep 21, 2012 at 1:31 am
    May 2, 2014 at 10:22 pm
  • Hello, Is there a way to negate a goal in core.logic? I have written this goal below, and I would like to use it to query all the pairs of people who are *not* relatives according to my facts (for ...
    Stathis SiderisStathis Sideris
    Sep 19, 2012 at 3:11 pm
    Aug 10, 2013 at 5:31 am
  • Hello, I am trying to port an ugly piece of code from Ruby to clojure. So far I have only ported it to clojure by keeping the same way it was written in Ruby and i am trying to re-write it the ...
    ArekanderuArekanderu
    Sep 30, 2012 at 7:59 pm
    Oct 2, 2012 at 6:08 pm
  • Hi all, this may sounds like a silly question but I have to ask it! Let's assume there are 2 nested opportunities for parallel execution of some code...so for example I've got a genetic algorithm ...
    Jim foo.barJim foo.bar
    Sep 20, 2012 at 10:56 am
    Sep 21, 2012 at 5:03 pm
  • We released our third official version of Immutant today! With this release we now publish the Immutant namespaces to Clojars. They are of limited use when run outside of Immutant, of course, but ...
    Jim CrossleyJim Crossley
    Sep 11, 2012 at 7:37 pm
    Sep 17, 2012 at 11:22 pm
  • I need to know how much memory my app is using (it is a long running service). I see that some people have asked about how to measue memory use. Robert McIntyre asked, "get the total memory used by a ...
    Larry google groupsLarry google groups
    Sep 12, 2012 at 5:12 pm
    Sep 13, 2012 at 2:38 am
  • Hello there, I'm not quite sure whether is convenient for each method implementation to possibly shadow previous names, particularly those of clojure.core. (defprotocol Example (get [this])) The ...
    VemvVemv
    Sep 3, 2012 at 1:17 pm
    Sep 3, 2012 at 5:23 pm
  • From docs: (except for the empty list, which is not a valid seq). But at this time IPersistentList does not extend ISeq (but PersistentList does). It sees a bit strange. Also PersistentQueue ...
    Andrei ZhlobichAndrei Zhlobich
    Sep 2, 2012 at 11:44 pm
    Sep 3, 2012 at 8:22 am
  • Trying to use the clojure.reflect/doc function in the cljs-repl, but I only errors" --- ClojureScript:cljs.user (clojure.reflect/doc "clojure.reflect/doc") nil Reflection query failed ...
    Frank SiebenlistFrank Siebenlist
    Sep 23, 2012 at 9:15 pm
    Oct 6, 2012 at 5:50 pm
  • Guys, Has anyone read about RootBeer - https://github.com/pcpratts/rootbeer1 My understanding is that it can compile Java bytecode - CUDA GPU code. A Java class that you want to run on your CUDA GPU ...
    JulesJules
    Sep 2, 2012 at 10:48 pm
    Oct 3, 2012 at 9:45 pm
  • "Variable Capture" (a common problem with unhygenic macros) can introduce defects in your code. Wikipedia has some info on it - ...
    Baishampayan GhoseBaishampayan Ghose
    Sep 18, 2012 at 7:37 pm
    Sep 20, 2012 at 6:47 am
  • Hi all, I was wondering when ClojureDocs might be updated to show documentation for Clojure 1.4 as well. It is just that I thought that it'll happen "eventually" but it hasn't yet and I am unsure if ...
    Wolodja WentlandWolodja Wentland
    Sep 11, 2012 at 11:01 am
    Sep 12, 2012 at 10:58 pm
  • Hi there. I'm having a play around with ClojureScript, and I'd find it really useful to be able to be able to create some Mockito style test spies. Ultimately, I'd like to be able to generate a spy ...
    Ceri StoreyCeri Storey
    Sep 2, 2012 at 11:44 pm
    Sep 3, 2012 at 10:55 pm
  • Hi! I just wanted to watch this screencast (Clojure Sequences) as I really need that little table which compares C#, Java and Clojure sequences. However the video on this link seems to be like 5 ...
    Andrew RafasAndrew Rafas
    Sep 2, 2012 at 10:10 am
    Sep 3, 2012 at 7:08 am
  • Hi! I'm participating in a discussion in the progfun course on Coursera (Scala based). Interesting discussions are going on there, especially when Clojure is involved. I was wondering if something ...
    Manuel PaccagnellaManuel Paccagnella
    Sep 28, 2012 at 9:57 pm
    Oct 1, 2012 at 3:55 pm
  • Hello all, I am new to clojure and I have two questions about do and the way it should be used. *Question 1: Which of the following two functions is more idiomatic and why? Both functions produce the ...
    ArekanderuArekanderu
    Sep 27, 2012 at 1:14 pm
    Sep 27, 2012 at 3:54 pm
  • I want to offer a big thanks to Chas Emerick, Brian Carper and Christophe Grand. I just got their book "Clojure Programming" from Amazon yesterday. Spent the whole night reading it. This is my ...
    Larry google groupsLarry google groups
    Sep 13, 2012 at 9:03 pm
    Sep 26, 2012 at 6:02 pm
  • The following cljs-repl session shows the issue: -------- ClojureScript:cljs.user (def my-var "YES") "YES" ClojureScript:cljs.user my-var "YES" ClojureScript:cljs.user (def my_var "NO") "NO" ...
    Frank SiebenlistFrank Siebenlist
    Sep 24, 2012 at 5:00 am
    Sep 24, 2012 at 10:25 pm
  • Quartzite [1] is a Clojure DSL on top of the Quartz scheduler. It has a few convenience features in addition, but primarily tries to make core Quartz features as easy to use as possible without heavy ...
    Michael KlishinMichael Klishin
    Sep 17, 2012 at 8:53 pm
    Sep 18, 2012 at 1:09 pm
  • Hello, right now, this works in clojurescript: ;; in a file lib/fancy.cljs (ns lib.fancy) (defn fun [x] [:runtime :fun x]) ;; in a file lib/fancy.clj (ns lib.fancy) (defmacro fun [x] [:precompiled ...
    Herwig HochleitnerHerwig Hochleitner
    Sep 13, 2012 at 12:31 pm
    Sep 13, 2012 at 2:45 pm
  • I suggest using http://dev.clojure.org/jira/browse/ALGOM to report algo.monads bugs. - (key s))) ;; only works for keyword keys + (key s))) ;; works for arbitrary functions As to the second issue, if ...
    Stephen CompallStephen Compall
    Sep 9, 2012 at 12:05 am
    Sep 10, 2012 at 6:12 pm
  • Hi all, just wanted to let you know that I renamed 'clojure-encog' to *enclog* ...release 0.5.0 does not add anything but several 'library coding standards' that i was previously not aware of, have ...
    Jim - FooBar();Jim - FooBar();
    Sep 4, 2012 at 7:05 pm
    Sep 8, 2012 at 5:43 pm
  • clojure.core.strint is a nice tool to have, but for longer strings the limitation of << to a single argument becomes a problem. If I want to wrap my code to fit maximum line length, I cannot split ...
    Marko TopolnikMarko Topolnik
    Sep 7, 2012 at 10:25 am
    Sep 7, 2012 at 8:42 pm
  • ritz started life as a swank server for emacs SLIME. With this release it has evolved into several components: * ritz-nrepl provides both nREPL middleware, that can be used in any nREPL server (and ...
    Hugo DuncanHugo Duncan
    Sep 5, 2012 at 8:53 pm
    Sep 7, 2012 at 4:17 pm
  • I'm working on a project where it would be quite convenient to have the input values to the function reported in any exceptions that get thrown. I'm guessing the way to do this would be to create a ...
    Timothy PratleyTimothy Pratley
    Sep 4, 2012 at 4:03 am
    Sep 4, 2012 at 12:38 pm
Group Navigation
period‹ prev | Sep 2012 | next ›
Group Overview
groupclojure @
categoriesclojure
discussions175
posts921
users256
websiteclojure.org
irc#clojure

256 users for September 2012

Jim - FooBar();: 51 posts David Nolen: 39 posts : 25 posts Herwig Hochleitner: 21 posts Denis Labaye: 20 posts Michael Klishin: 20 posts Sean Corfield: 20 posts Mayank Jain: 17 posts Ben Smith-Mannschott: 16 posts Rich Hickey: 15 posts Andy Fingerhut: 14 posts Goracio: 14 posts Frank Siebenlist: 12 posts Larry google groups: 12 posts Stephen Compall: 12 posts Stuart Sierra: 12 posts Tassilo Horn: 12 posts Brent Millare: 11 posts Shantanu Kumar: 11 posts Softaddicts: 11 posts
show more