on that project (or any other, to be honest), so I have no
>>> expectation about which projects autodoc works on an which it doesn’t, but
>>> *if
>>> it can’t read valid Clojure source code, that’s a bug in autodoc as far as
>>> I’m concerned.*
>>&g
2-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
>
>
> *From: *Xiangtao Zhou
> *Sent: *Thursday, July 13, 2017 7:43 PM
> *To: *Clojure
> *Subject: *Re
d.*
>
>
>
> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
>
>
> *From: *Xiangtao Zhou
> *Sent: *
hi clojure.java.jdbc's contributor,
I checkout master, and run lein autodoc failed with following errors. And
there is no error for version java.jdbc-0.6.1. Any detailed infomation
about this is appreciated.
Joe
Exception in thread "main" java.lang.RuntimeException: EOF while reading
at cloj
#x27;s View -- http://corfield.org
>
>
>
> *From: *Xiangtao Zhou
> *Sent: *Saturday, August 6, 2016 7:15 PM
> *To: *Clojure
> *Subject: *can clojure java.jdbc function 'result-set-seq' add option to
> supportcustom 'result-set-read-column' ?
>
&g
Hello the contributor of jdbc,
Using java.jdbc with postgres composite type, the common way is extend the
IResultSetReadColumn
protocol. When there are multiple databases in use, every database should
specify it's own column reader.
Add option to 'result-set-seq' support custom function to re
egards.
> Andrey
>
> On Mon, May 23, 2016 at 4:07 PM, Xiangtao Zhou > wrote:
>
>> hi Everyone,
>>
>> es7 async/await makes javascript easily understandable, and avoid the
>> callback hell. can clojure have one library like this?
>>
>> scala
hi Everyone,
es7 async/await makes javascript easily understandable, and avoid the
callback hell. can clojure have one library like this?
scala version is here https://github.com/scala/async.
Thanks.
Joe.
--
You received this message because you are subscribed to the Google
Groups "Clojur
so it works, except side effects.
On Thursday, June 18, 2015 at 5:21:46 PM UTC+8, Atamert Ölçgen wrote:
>
> How is stuartsierra/component OOP when it is building an immutable object
> graph? (Contrast that to Guava etc.)
>
> On Thu, Jun 18, 2015 at 5:15 AM, Xiangtao Zhou > wro
hi guys,
Constructing simple clojure project is trival, just make functions. if the
project grows large, with more datasources, message queue, and other
storages, dependencies problem is on the table.
One solution is stuartsierra/component, using system to configure
dependencies graph, make
thanks, i test with defrecord.
On Thursday, March 5, 2015 at 4:39:03 PM UTC+8, Colin Yates wrote:
>
> Isn't this exactly what defrecord does?
>
> On 5 March 2015 at 07:42, Xiangtao Zhou >
> wrote:
> > hi all,
> >
> > is there some library or simple
hi all,
is there some library or simple way to do it like the function
"map-to-pojo" in the following code ?
java code
class A{
public int a;
public String b;
}
clojure code
(def a {:a 1 :b 2})
(def b (map-to-pojo a A))
(instance? b A)
any solution is good.
Joe
--
You received this
hi Tassilo,
i'm pretty sure, because I also want to have company working with repl.
both cider & cider-repl not working.
Joe
On Sunday, September 21, 2014 3:59:59 PM UTC+8, Tassilo Horn wrote:
>
> Xiangtao Zhou > writes:
>
> Hi!
>
> > I have upgrade the
hi every,
I have upgrade the latest emacs-cider, the document suggest me to use
company for auto completion, but it doesn't work, anyone know what should
I do.
here is the part of .emacs
(require 'cider)
(require 'smartparens)
(require 'icomplete)
(require 'company)
(add-hook 'clojure-mode-ho
hi all,
I want to use reify in macro, but the namespace is the problem. the
following code shows what have done. is there a way to make it right?
(defmacro def-site-entity
[ent & body]
`(let [e# (create-e)]
(def ~ent (reify clojure.lang.ILookup
(valAt [key not-found]
hi all,
I want to use reify in macro, but the namespace is the problem. the
following code shows what have done. is there a way to make it right?
(defmacro def-site-entity
[ent & body]
`(let [e# (create-e)]
(def ~ent (reify clojure.lang.ILookup
(valAt [key not-found]
needed to delete dommy in order to get thing working in IE6,
> _please_ file a bug report. I like dommy a lot and finding everywhere
> that it breaks compatibility with older browsers is crucial for its
> success.
>
> On Mon, Dec 16, 2013 at 8:28 AM, Xiangtao Zhou
> >
&g
atives, raw javascript DOM manipulation, or Google Closure, then
> things should work in IE6.
>
>
> On Mon, Dec 16, 2013 at 12:59 PM, Xiangtao Zhou
> > wrote:
>
>> hi all,
>>
>> I'm new for clojurescript. I found there is compatibility problem under
>
hi all,
I'm new for clojurescript. I found there is compatibility problem under
IE6, closurescript use Element which IE 6 dos not have.
Line 34266, Element.prototype.clojure$browser$event$EventType$ = true;
Is clojurescript give up IE6?
Joe
--
--
You received this message because you ar
19 matches
Mail list logo