Re: Joy of Clojure : Backward running lisp ??

2016-06-27 Thread Scott Nielsen
On Wednesday, June 22, 2016 at 8:22:35 PM UTC-6, Ashish Negi wrote: > > I am reading joy of clojure. In the "forward to second edition" William E > Byrd and Daniel P Firedman says : > > > > *As with recursion, the art of defining little languages encourages—and > rewards—wishful thinking. You m

Silence "WARNING: Long already refers to: class java.lang.Long in namespace: ..." in aot compile compatible way

2015-04-27 Thread Scott Nielsen
I have a simplified scenario here: https://github.com/scizo/unmap-failure The problem is I am using ns-unmap to prevent a WARNING from being printed when shadowing java.lang.Long in a namespace. When this code is aot compiled, the namespace var referenced by 'Long is being created before the ns-

Re: Sequential processing of the data

2014-08-02 Thread Scott Nielsen
Hi Alexander, The partition function is the tool you're looking for to help create the windows in your example. http://grimoire.arrdem.com/1.6.0/clojure.core/partition/ I made a comment on your gist that shows how it would be used in your example. Scott Nielsen On Aug 2, 2014, at 12:

Re: Is Korma still a good current choice for DB backend?

2014-07-25 Thread Scott Nielsen
agnostic, so it will work with any connection that clojure.java.jdbc can work with, including a connection pool. Scott Nielsen > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to