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
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
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
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
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
;; 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:
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
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
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
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
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
11 matches
Mail list logo