Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Clojure
Conversations
About
Sort By Relevance
Sort By Date
1–30 of many
Alan Malloy
, …
C. Tas
23
6/3/22
[ANN] Discontinuing 4clojure.com
TL;DR: Turning off 4clojure.com by the end of July 2021 Hello, 4clojure problem solvers. You've
unread,
[ANN] Discontinuing 4clojure.com
TL;DR: Turning off 4clojure.com by the end of July 2021 Hello, 4clojure problem solvers. You've
6/3/22
ru
, …
Justin Smith
10
6/24/21
How to get a value of a var in Java
Dear Clojure users and team! Citation 1 from Clojure documentation: "Calling Clojure From Java..
unread,
How to get a value of a var in Java
Dear Clojure users and team! Citation 1 from Clojure documentation: "Calling Clojure From Java..
6/24/21
Nick Mudge
, …
Francis Avila
8
3/22/18
How to Programmatically Create Unqualified Keywords?
I want to programmatically create some keywords without namespaces? Or are we not supposed to do that
unread,
How to Programmatically Create Unqualified Keywords?
I want to programmatically create some keywords without namespaces? Or are we not supposed to do that
3/22/18
Didier
, …
Herwig Hochleitner
23
2/1/18
If Clojure is to blame for the majority of the startup time, why doesn't ClojureScript proportionally slow down the JavaScript startup time also?
This link: https://dev.clojure.org/display/design/Improving+Clojure+Start+Time says that the Java
unread,
If Clojure is to blame for the majority of the startup time, why doesn't ClojureScript proportionally slow down the JavaScript startup time also?
This link: https://dev.clojure.org/display/design/Improving+Clojure+Start+Time says that the Java
2/1/18
Feuer Au
, …
lawrence...@gmail.com
16
1/16/18
Officially support Vert.x
Hi All, Curious about Vert.x is officially supported? We tried to use some new languages on JVM eg
unread,
Officially support Vert.x
Hi All, Curious about Vert.x is officially supported? We tried to use some new languages on JVM eg
1/16/18
Edward Knyshov
,
Gary Verhaegen
2
1/8/18
Lazy sequences (once again?)
Hi I recently started to dig into lazy sequences processing in clojure because I need to process huge
unread,
Lazy sequences (once again?)
Hi I recently started to dig into lazy sequences processing in clojure because I need to process huge
1/8/18
Alex Miller
, …
Isaac Tsang
25
1/18/18
[ANN] Git Deps for Clojure!
Pleased to announce some new functionality for clj and tools.deps! https://clojure.org/news/2018/01/
unread,
[ANN] Git Deps for Clojure!
Pleased to announce some new functionality for clj and tools.deps! https://clojure.org/news/2018/01/
1/18/18
Azzabi Ahmed
,
Gary Verhaegen
3
1/7/18
Clojure spec generate and instrument in cascade
Hi all, so usually I structure my application as black box, that takes some input and gives output, I
unread,
Clojure spec generate and instrument in cascade
Hi all, so usually I structure my application as black box, that takes some input and gives output, I
1/7/18
Rob Nikander
, …
Brian J. Rubinton
17
1/6/18
core.async consumer + producer working by chunk?
Hi, I'm wondering if there is a core.async design idiom for this situation... - A buffered
unread,
core.async consumer + producer working by chunk?
Hi, I'm wondering if there is a core.async design idiom for this situation... - A buffered
1/6/18
Delon Newman
, …
Alan Thompson
6
1/5/18
Advice on Shell Scripting with new "clojure" binary
How do I get command line arguments in a Clojure shell script using the new "clojure"
unread,
Advice on Shell Scripting with new "clojure" binary
How do I get command line arguments in a Clojure shell script using the new "clojure"
1/5/18
Ben Kovitz
, …
James Gatannah
14
1/10/18
Port graphs: What would Rich Hickey do?
I'm making a little library for myself to represent a kind of graph. I want to make it simple,
unread,
Port graphs: What would Rich Hickey do?
I'm making a little library for myself to represent a kind of graph. I want to make it simple,
1/10/18
Edward Knyshov
, …
Gary Verhaegen
6
1/5/18
[ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)
Hi, I made a simple wrapper around java.util.zip. Basically it only allows you to compress files or
unread,
[ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)
Hi, I made a simple wrapper around java.util.zip. Basically it only allows you to compress files or
1/5/18
Pablo J. Villacorta
, …
Gary Verhaegen
7
12/30/17
Call custom Clojure function with dependencies from Java
Hi all, I am totally new to Clojure. From Java I am trying to call a Clojure function which belongs
unread,
Call custom Clojure function with dependencies from Java
Hi all, I am totally new to Clojure. From Java I am trying to call a Clojure function which belongs
12/30/17
Alex Miller
, …
Luc
32
1/3/18
[ANN] Clojure 1.9.0 is now available!
Clojure 1.9 is now available! Clojure 1.9 introduces two major new features: integration with spec
unread,
[ANN] Clojure 1.9.0 is now available!
Clojure 1.9 is now available! Clojure 1.9 introduces two major new features: integration with spec
1/3/18
Jonathon McKitrick
, …
Gary Verhaegen
4
12/29/17
spec key aliasing or different specs for same keyword
I have one spec question covering two scenarios. 1. Suppose I want to spec a payload from a third-
unread,
spec key aliasing or different specs for same keyword
I have one spec question covering two scenarios. 1. Suppose I want to spec a payload from a third-
12/29/17
Jiacai Liu
, …
Gary Verhaegen
16
12/18/17
Unexpected performace of transducers
I have read lots of articles saying transducers are faster and more efficient than normal threading
unread,
Unexpected performace of transducers
I have read lots of articles saying transducers are faster and more efficient than normal threading
12/18/17
Stephen Feyrer
, …
Gary Verhaegen
7
11/19/17
Re: Map Keywords are functions, why not vector elements?
Updating subject to make it make more sense, hopefully. On 13 November 2017 at 14:15, Alex Miller
unread,
Re: Map Keywords are functions, why not vector elements?
Updating subject to make it make more sense, hopefully. On 13 November 2017 at 14:15, Alex Miller
11/19/17
Jay Porcasi
, …
Gary Verhaegen
5
11/12/17
hashmap keys
i would love to know in a bit more detail how Clojure manages to allow arbitrary data structures as
unread,
hashmap keys
i would love to know in a bit more detail how Clojure manages to allow arbitrary data structures as
11/12/17
Seven Hong
, …
Gary Verhaegen
5
11/10/17
difference between first & peek; rest & pop
Hi all, Could some one explain what's the difference between first and peek, rest and pop? For me
unread,
difference between first & peek; rest & pop
Hi all, Could some one explain what's the difference between first and peek, rest and pop? For me
11/10/17
lawrence...@gmail.com
, …
Isaac Tsang
6
10/13/17
(resolve (symbol f)) works at the REPL but not in an uberjar
At the REPL, this works perfectly: > (defn get-users [] [:susan :kwan]) > > (defn what-is-
unread,
(resolve (symbol f)) works at the REPL but not in an uberjar
At the REPL, this works perfectly: > (defn get-users [] [:susan :kwan]) > > (defn what-is-
10/13/17
pericles macedo
, …
Peter Hull
8
10/11/17
Is there a better way to get to `Classname[].class` ?
Hey Guys, I wanted to know if there is a better way to get to the same result as `GitlabProject[].
unread,
Is there a better way to get to `Classname[].class` ?
Hey Guys, I wanted to know if there is a better way to get to the same result as `GitlabProject[].
10/11/17
Matt Grimm
, …
Gary Verhaegen
4
10/10/17
Help with strange test output when deftest used inside a macro
Hello, I'm generating deftest's using a helper macro that takes a variety of test parameters
unread,
Help with strange test output when deftest used inside a macro
Hello, I'm generating deftest's using a helper macro that takes a variety of test parameters
10/10/17
lawrence...@gmail.com
, …
Sean Corfield
24
10/9/17
Can slingshot/try+ and then catch Object really catch any error?
I'm trying to use a Zach Tellman's durable-queue to pass information from one part of my app
unread,
Can slingshot/try+ and then catch Object really catch any error?
I'm trying to use a Zach Tellman's durable-queue to pass information from one part of my app
10/9/17
Didier
, …
Gary Verhaegen
14
10/8/17
How to try/catch Let bindings?
I'm curious how others handle this use case, which I feel should be pretty common. Given you have
unread,
How to try/catch Let bindings?
I'm curious how others handle this use case, which I feel should be pretty common. Given you have
10/8/17
Sergei Koledov
, …
Gary Verhaegen
11
8/28/17
ref strange behavior
Hello, I had a problem when I run the following code: (defn get-task [tasks] (dosync (let [task (
unread,
ref strange behavior
Hello, I had a problem when I run the following code: (defn get-task [tasks] (dosync (let [task (
8/28/17
Ashish Negi
, …
Scott Nielsen
6
6/28/16
Joy of Clojure : Backward running lisp ??
I am reading joy of clojure. In the "forward to second edition" William E Byrd and Daniel P
unread,
Joy of Clojure : Backward running lisp ??
I am reading joy of clojure. In the "forward to second edition" William E Byrd and Daniel P
6/28/16
Michael Rice
,
Gary Verhaegen
2
6/1/16
Access user created Java package from Clojure
I'm working through "Clojure for the Brave and True." Right now I'm focused on Java
unread,
Access user created Java package from Clojure
I'm working through "Clojure for the Brave and True." Right now I'm focused on Java
6/1/16
Olivier Scalbert
, …
bernardH
17
4/14/16
Puzzle solving in Clojure
Hello everybody ! I just start learning Clojure and I am a complete newbie ! I have tried to solve
unread,
Puzzle solving in Clojure
Hello everybody ! I just start learning Clojure and I am a complete newbie ! I have tried to solve
4/14/16
Chris White
, …
Leonardo Borges
4
4/9/16
Attempt At Futures
Spoiler alert: I'm really really new to this language so don't expect quality code In an
unread,
Attempt At Futures
Spoiler alert: I'm really really new to this language so don't expect quality code In an
4/9/16
Chris White
, …
Johannes Staffans
9
4/8/16
Advice getting started with concurrency and parallelism in Clojure
I was doing some reading of code recently to help me get up to speed with Clojure. One of the
unread,
Advice getting started with concurrency and parallelism in Clojure
I was doing some reading of code recently to help me get up to speed with Clojure. One of the
4/8/16