[ANN] data.avl 0.0.10 -- fast sorted maps and sets with log-time rank queries

2014-01-04 Thread Michał Marczyk
Hi, I am pleased to announce the initial Clojure Contrib release of data.avl (previously known as avl.clj), a library implementing drop-in replacements for Clojure(Script)'s sorted maps and sets with faster lookups, support for the transient API (leading to unambiguously improved performance for m

clj-http over SSL?

2014-01-04 Thread aidy lewis
Hi, Is it possible to use clj-http over SSL, and if so could someone please post an example which uses a SSL client cert? Many Thanks -- @AidyLewis -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go

Re: Sorting Nested Vectors and filter out some

2014-01-04 Thread Cedric Greevey
You might wish to consider a different data structure. For example, the inner objects might be better off as maps with named keys, so your lookup keys would be things like :amount rather than 5. And instead of out of band values like the string "N/A" you'd just omit a mapping in such cases. At the

Re: ANN: [vinyasa 0.1.5] - dynamic reloading of java code without repl restart

2014-01-04 Thread pmf
Very nice; I also found your Clojure workflow article ( http://z.caudate.me/give-your-clojure-workflow-more-flow/) tremendously useful. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

[ANN] core.rrb-vector 0.0.10 -- vector concatenation for Clojure(Script)

2014-01-04 Thread Michał Marczyk
Hi, I am pleased to announce the immediate availability of version 0.0.10 of core.rrb-vector, a Clojure Contrib library enabling logarithmic-time concatenation and slicing of Clojure(Script) vectors. Leiningen: [org.clojure/core.rrb-vector "0.0.10"] Maven: org.clojure core.rrb-vec

Re: Seeking remote Clojure work

2014-01-04 Thread Timothy Washington
There are a few places you can look. - Functional Jobs // Dream Jobs for Functional Programmers - Lispjobs | A gift to Lisp hackers from Will Fitzgerald - (18) London Clojurian Jobs - Google Groups

Re: Seeking remote Clojure work

2014-01-04 Thread Curtis Gagliardi
I'm also interested in Clojure contract work (though local would be fine if it's in SF), do we have any sort of place/list for Clojure jobs or is the supply low enough that this list is the main place? On Saturday, January 4, 2014 9:39:38 AM UTC-8, Iro Wright wrote: > > Thanks for the tip Marcus

Re: Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread Michael Gardner
On Jan 4, 2014, at 11:52 , gvim wrote: > This looks like the best of the scripting language implementations of Clojure > in that it attempts to match the JVM implementation on PyPy. Sadly, however, > there doesn't seem to have been any activity since last April so it may be a > dead project.

core.async/map: channels should be last argument?

2014-01-04 Thread pentaside
Hi, core.async/map's signature: (map f chs buf-or-n) ... but shouldn't `chs` be the last arg? Or do people never use the arrow operators (->>) with core.async? Thank you! -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread Hajime Branko Yamasaki Vukelic
On Sat, Jan 4, 2014 at 6:52 PM, gvim wrote: > On 04/01/2014 15:01, Hajime Branko Yamasaki Vukelic wrote: >> >> >> FYI, there's also Clojure-Py https://github.com/halgari/clojure-py >> > > This looks like the best of the scripting language implementations of > Clojure in that it attempts to match t

Re: Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread gvim
On 04/01/2014 15:01, Hajime Branko Yamasaki Vukelic wrote: FYI, there's also Clojure-Py https://github.com/halgari/clojure-py This looks like the best of the scripting language implementations of Clojure in that it attempts to match the JVM implementation on PyPy. Sadly, however, there does

Re: Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread gvim
On 04/01/2014 17:28, gaz jones wrote: Why not just use Ruby or (my preference) Python? Both are great for quick CLI apps / scripts. Best tool for the job, and all that? A Clojure layer on top of Ruby means less context switching which works better for me as the Lisp mindset is very different

Re: Seeking remote Clojure work

2014-01-04 Thread Iro Wright
Thanks for the tip Marcus. On Friday, January 3, 2014 1:52:03 AM UTC-5, Marcus Blankenship wrote: > > Iro, you might check out Cognitect… > > http://cognitect.com/jobs > > > On Jan 2, 2014, at 2:38 PM, Iro Wright > > wrote: > > Anyone out there hiring remotely for contract, part time, or full tim

Re: Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread gaz jones
Why not just use Ruby or (my preference) Python? Both are great for quick CLI apps / scripts. Best tool for the job, and all that? On Sat, Jan 4, 2014 at 8:43 AM, gvim wrote: > I have recently moved most of my work to Clojure and Clojurescript but > neither of these implementations seem suitabl

Re: Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread Hajime Branko Yamasaki Vukelic
On Sat, Jan 4, 2014 at 3:43 PM, gvim wrote: > I looked at Python's Hy (hylang.org) which is an excellent project in its > own right and is heavily influenced by Clojure but its taregt is generic > Lisp 1 rather than Clojure. Rouge will enable Clojure to occupy the non-http > scripting space withou

Re: Core.logic from Java

2014-01-04 Thread David Nolen
I haven't heard of anything. David On Sat, Jan 4, 2014 at 10:28 AM, Timothy Washington wrote: > Is there an easy way to use core.logic from Java, or any other JVM > language (Groovy, Scala, etc)? Of course there's the standard way of calling > Clojure from > Java

Core.logic from Java

2014-01-04 Thread Timothy Washington
Is there an easy way to use core.logic from Java, or any other JVM language (Groovy, Scala, etc)? Of course there's the standard way of calling Clojure from Java (:gen-class, etc). But I'm just checking

Contributors needed for Rouge (Clojure on Ruby)

2014-01-04 Thread gvim
I have recently moved most of my work to Clojure and Clojurescript but neither of these implementations seem suitable for non-http scripting, for which I currently use Ruby. So, you can imagine my elation when I discovered Rouge which is Clojure implemented on Ruby: https://github.com/rouge-la

Re: Sorting Nested Vectors and filter out some

2014-01-04 Thread Jan Herich
Hello Jeff, This should do the trick, at least it worked with data set you provided :) Dňa sobota, 4. januára 2014 11:31:07 UTC+1 Jeff Angle napísal(-a): > > Hi...I get my nested vector from a database, then map a function that > fo

Re: Require namespace

2014-01-04 Thread jianghui
Hi,Thank you so much ;) I use load-file at last and it works. 2014/1/3 Gary Trakhman > There's a reasonable blog post here on the matter: > http://blog.8thlight.com/colin-jones/2010/12/05/clojure-libs-and-namespaces-require-use-import-and-ns.html > > It's a bit complicated to regurgitate it all

Re: Sorting Nested Vectors and filter out some

2014-01-04 Thread Jeff Angle
Hi...I get my nested vector from a database, then map a function that formats it and computes the deviation, actual data looks like below..so I don't have any keys within the the vector, ..would like to sort by index 5 in in each vector descending and if index 5 is N/A (not e.g a percen