Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1120  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion group for developers who contribute to the Clojure and Clojure contrib projects. Contributions are made here only under the Clojure Contributor Agreement.
 

Transient support for sorted sets/maps? 
  Hi all, CLJ-995 requests support for sorted sets -- and since that's backed by a (sorted) tree map, that would imply supporting transients for sorted maps as well. [link] Are there any technical reason why this cannot/shouldn't be done? The documentation on transients -- [link] --... more »
By Michel Alexandre Salim  - 3:57am - 1 new of 1 message    

CLJ loop bindings hold on to head of lazy sequence 
  Consider the following Clojure code: (let [s (range 10000000)] (reduce + s)) This behaves nicely and returns the value 49999995000000 Now consider this code: (loop [s (range 10000000)] (reduce + s)) In this case, the loop binding holds on to the head of the sequence, resulting in an OutOfMemoryError.... more »
By Luke VanderHart  - Jun 1 - 5 new of 5 messages    

CLJ tickets needing work on May 31 2012 
  New in this week's report: A list of a few tickets (only 3 so far) that have no patches, but might be a reasonably small amount of work. Warning: a ticket being on that list is based on my preference, and preferences can vary widely between developers. I know every ticket was created by someone who cared enough about it to create a ticket.... more »
By Andy Fingerhut  - May 31 - 1 new of 1 message    

CLJ prescreened patch list for May 31 2012 
  New in this week's report: Section "Tickets that might be closable without any code changes" List of prescreened patches for CLJ project ... This list of tickets is intended primarily for Clojure screeners and committers. If you are looking for tickets that need more work, look for the separate "Tickets needing work" list.... more »
By Andy Fingerhut  - May 31 - 3 new of 3 messages    

Clojure testing standards: What is the desired approach? 
  Hello, I have a question regarding what is typically expected of unit tests in the Clojure codebase, with specific regard to test/is function calls and failures. Clearly, when making changes or additions to a codebase, it's a good thing to make new code mesh with the style and idioms of the existing code, and... more »
By Scott Lowe  - May 31 - 4 new of 4 messages    

CLJS: Are we fast yet? 
  CLJS devs: In the spirit of "Are we Fast Yet?" ([link]) I've put together a quick benchmarking / reporting tool that shows how the performance of certain Clojurescript micro-benchmarks has progressed (or regressed) with each update in the repository. You can see the the results here: [link]... more »
By Brian Taylor  - May 29 - 30 new of 30 messages    

reverse complement benchmark 
  I have added a stab at reverse-complement [1] to the test.benchmark repos. I believe it will do better than the one currently on alioth [2]. I would be thrilled if anybody wanted to look at this and do any of: test correctness, verify perf, publish to alioth. Cheers, Stu [1] [link]... more »
By Stuart Halloway  - May 28 - 4 new of 4 messages    

Adding varargs support to gen-class 
  Hi, This is my first post to the clojure-dev list, and now my CA is 'on-file', I'll start with a thank you for all the great work that's gone into making clojure such a fun environment to play around in. I'm hoping to be able to contribute back something to make it even better. I wonder if anyone has any comments/observations on the following:... more »
By Neale Swinnerton  - May 28 - 2 new of 2 messages    

Dev page created for overriding compile-time var values at expression granularity 
  [link] It includes links to previous discussions on this group related to the topic, and has a proof-of-concept implementation of a new special form I called compile-time-let as an attached patch file.... more »
By Andy Fingerhut  - May 28 - 1 new of 1 message    

Please mark "Release 1.4" as released on JIRA 
  I was doing some triage on CLJ-944 ([link]) and noticed that "Release 1.4" is still listed among unreleased versions -- could someone with the right permission change this? Thanks, -- Michel Alexandre Salim blog: [link] [link]... more »
By Michel Alexandre Salim  - May 26 - 1 new of 1 message    

1 - 10 of 1120   « Newer | Older »

XML       Send email to this group: clojure-dev@googlegroups.com