Re: Streamlining dev environment startup

2015-12-02 Thread Sven Richter
Hi, I based a template on luminus myself and added some stuff. It also contains predefined components so you don't have to add it yourself. You can look how its done here: https://github.com/sveri/closp/tree/master/resources/leiningen/new/closp/clj/components Best Regards, Sven Am Dienstag, 1.

Re: Extend ns macro?

2015-12-02 Thread gianluca torta
for some reason, it looks like the implementation of the ns macro assumes that the macro itself is being defined in namespace clojure.core try defining myns in the namespace clojure.core, and it should work cheers, Gianluca On Tuesday, December 1, 2015 at 9:49:08 PM UTC+1, Gregg Reynolds wrote:

Re: [ANN] Clojure 1.8.0-RC2

2015-12-02 Thread Alex Miller
Hi Serzh, Rich plans to work on this in 1.9 (ticket for tracking here: http://dev.clojure.org/jira/browse/CLJ-1861). Thanks, Alex On Tuesday, December 1, 2015 at 1:46:22 AM UTC-6, Serzh Nechyporchuk wrote: > > Hello, Alex. Thank you for your work. > > Direct linking is a feature that we wait

[ANN] Clojure 1.8.0-RC3

2015-12-02 Thread Alex Miller
Clojure 1.8.0-RC3 is now available. *This build is a "release candidate"!* We would appreciate any and all testing you can do on your own libraries or internal projects to find problems. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.8.0-RC3 - Leiningen: [org

Re: [ANN] Clojure 1.8.0-RC3

2015-12-02 Thread Sreenivas Reddy T
I would love a project where the tool runs all test cases of libraries against new release candidate. On 2 Dec 2015 9:33 pm, "Alex Miller" wrote: > Clojure 1.8.0-RC3 is now available. *This build is a "release candidate"!* We > would appreciate any and all testing you can do on your own librarie

Re: [ANN] Clojure 1.8.0-RC3

2015-12-02 Thread Nicola Mometto
all the clojure contrib libraries are regularly tested against new clojure versions http://build.clojure.org/ > On 2 Dec 2015, at 16:17, Sreenivas Reddy T > wrote: > > I would love a project where the tool runs all test cases of libraries > against new release candidate. > > On 2 Dec 2015

Re: [ANN] Clojure 1.8.0-RC3

2015-12-02 Thread Alex Miller
"regularly" == once per week Additionally, I do a full rebuild for each release. On Wednesday, December 2, 2015 at 10:21:45 AM UTC-6, Nicola Mometto wrote: > > all the clojure contrib libraries are regularly tested against new clojure > versions > http://build.clojure.org/ > > > On 2 Dec 2015

Re: Practical ways to deal with 'bag-of-properties' syndrome, AKA dynamic typing?

2015-12-02 Thread kovas boguta
I think we should focus on 1) narrowly defining problematic situations and 2) coming up with simple solutions with minimal scope and impact on Clojure. With regards to "bag of properties", this is a problem in very specific situations, which would be helpful to enumerate. It is decidedly not a pro

Re: Extend ns macro?

2015-12-02 Thread Gregg Reynolds
On Wed, Dec 2, 2015 at 8:11 AM, gianluca torta wrote: > for some reason, it looks like the implementation of the ns macro assumes > that the macro itself is being defined in namespace clojure.core > > try defining myns in the namespace clojure.core, and it should work > Thanks, Gianluca. I trie

Re: Extend ns macro?

2015-12-02 Thread Nicola Mometto
def interns the var at compile time, binding is a runtime operation > On 2 Dec 2015, at 16:56, Gregg Reynolds wrote: > > > > On Wed, Dec 2, 2015 at 8:11 AM, gianluca torta wrote: > for some reason, it looks like the implementation of the ns macro assumes > that the macro itself is being defi

Re: San Francisco Meetup at Climate Corp still active?

2015-12-02 Thread Bhaskar Mookerji
Hey dude - I've been organizing the SF Clojure meeting with some folks from Climate for the last two years. I'm currently stepping down from organizing it (busy, other life obligations, etc.), but I sent a message to the larger Meetup page announcing this possibly a month ago. We've been busy f

Re: Streamlining dev environment startup

2015-12-02 Thread Webdev Tory Anderson
Thanks for the pointers to the Reloaded pattern I've been hearing about. It looks like it may not be easily compatible with Luminus, which would need to be rewritten to match the pattern, but could be a great tool for my next projects. On Tuesday, December 1, 2015 at 9:43:41 AM UTC-7, Colin Ya

Re: Streamlining dev environment startup

2015-12-02 Thread Webdev Tory Anderson
Maybe I spoke too soon when mentioning incompatibility between Luminus and Reloaded. I look forward to taking a closer look at your work! On Wednesday, December 2, 2015 at 1:49:20 AM UTC-7, Sven Richter wrote: > > Hi, > > I based a template on luminus myself and added some stuff. It also > conta

Re: [ANN] Clojure 1.8.0-RC3

2015-12-02 Thread Daniel Compton
Has the case for Direct Linking been well established yet? I've seen a lot of concerns about it and most benchmarks show marginal at best performance increases. Tom Crayford ran it against his extensive performance benchmarking suite and didn't find

Re: [ANN] Clojure 1.8.0-RC3

2015-12-02 Thread Alex Miller
We believe it will make a difference in some apps and have no plans to pull it out. On Wednesday, December 2, 2015 at 3:30:16 PM UTC-6, Daniel Compton wrote: > > Has the case for Direct Linking been well established yet? I've seen a lot > of concerns about it and most benchmarks show marginal a

Re: [ANN] play-clj, a game library

2015-12-02 Thread amirteymuri
I am new to the playclj, and am confused about [screen entities] as arguments for all of the functions. I went through the tutorial , but am still not getting it i think, what these for all of the functions shared arguments are and what