Re: [ANN] clojure-sql 0.1.0: relational algebra in clojure

2013-09-18 Thread Carlo Zancanaro
On Wed, Sep 18, 2013 at 09:27:22AM -0700, Daniel Neal wrote: > One other difference I did notice with clojureql is that in clojureql the > database/connection > is part of the query definition `(table db :users)`, where as in > clojure-sql the database/connection > is a separate thing. This seeme

XML namespace parsing - any movement?

2013-09-18 Thread Korny Sietsma
So, the background - there is a page about fuller xml support at http://dev.clojure.org/display/DXML/Fuller+XML+support - Currently none of the xml parsing options support this - the best I've found is https://github.com/grammati/eksemel but it hasn't been touched in 2 years, and the last commit m

[ANN] Sleight: whole program transformations

2013-09-18 Thread Zach Tellman
This is a lein plugin which hijacks the Clojure reader and allows all forms to be transformed before they're passed to the compiler. Usage and potential applications are described in the readme: https://github.com/ztellman/sleight I wrote the original version of this a year ago, but due to the

Re: LispCabinet

2013-09-18 Thread ArturoH
I actually did the portable install, is it possible to do a portable install of java. Or do I need to install and then copy files? Sorry I am posting java questions here but I'm not sure where else to ask/look. On Wednesday, September 18, 2013 2:41:09 PM UTC-5, ArturoH wrote: > > Hello, > > I am

LispCabinet

2013-09-18 Thread ArturoH
Hello, I am trying to get into EMACS and LispCabinet seems like a good to try. >From the shell I am able to see that the JAVA_HOME is set to a folder internal to LispCabinet JAVA_HOME=c:/LispCabinet/cabinet/bin/jdk Could I just copy my java.exe to that locations and I would not need any oth

possible bug in 1.51?

2013-09-18 Thread Paul VanHouten
;; run the following code that creates namespace blech where (ns ...) includes metadata ;; both cases compile without error ;; case 1: when metadata entry :type "test" is included (the-ns 'blech) works ;; case 2: when metadata entry :type :test is included (the-ns 'blech) triggers the exception:

Re: [ANN] clojure-sql 0.1.0: relational algebra in clojure

2013-09-18 Thread Daniel Neal
Sounds good! I've been having a go with it today in a data-migration thing and I like it. It feels very like clojureql but as you said, it fails earlier with ambiguous queries, which definitely makes debugging easier. One other difference I did notice with clojureql is that in clojureql the d

Re: another game of exploding heap, via clojure.string/split

2013-09-18 Thread Rob Lally
I've used YourKit extensively for profiling and analysis and would highly recommend it . Rob. On 17 Sep 2013, at 08:56, Andy Fingerhut wrote: > Some of the hits point at commercial tools, which you didn't mention. > > I've heard positive comments about YourKit in the past. It is commerci

Re: [ANN] mod-lang-clojure for Vert.x 0.2.0 released

2013-09-18 Thread Toby Crawley
Josh Kamau writes: > Does this have the ring adapter bundled in ? > No, the ring adapter is a separate project (https://github.com/stream1984/ring-vertx-adapter), and will likely remain so. -- Toby Crawley http://immutant.org | http://torquebox.org -- -- You received this message because y

Re: Hotspot predictability

2013-09-18 Thread Jamie Brandon
I was worrying about https://github.com/hugoduncan/criterium/issues/19 but actually these tests are not nearly fast enough to cause problems. I reran the last benchmark without dotimes and the results look pretty much the same - https://gist.github.com/jamii/6607031 I'm still a little worried abo

Re: [ANN] mod-lang-clojure for Vert.x 0.2.0 released

2013-09-18 Thread Josh Kamau
Does this have the ring adapter bundled in ? Thanks On Wed, Sep 18, 2013 at 5:16 AM, Toby Crawley wrote: > mod-lang-clojure[0] 0.2.0 was released earlier today, and is now > available in Maven Central. > > The biggest change in 0.2.0 is the addition of a ClojureScript wrapper > around the clie