Re: core.async over websocket + cljs + clojure

2014-02-20 Thread tonihe
Anyone come up with anything? I'm also wondering ways to abstract this problem. Here's my current impl https://gist.github.com/whodidthis/9126971, you can imagine chord instead of the input and output channels. Any ideas and suggestions would be cool as im new to clojure. On Thursday, January

Re: [ANN] Yesql 0.3.0 - Clojure & SQL queries rethought.

2014-01-21 Thread tonihe
This is amazing. Any hope for INSERTs and so on? Currently only possible using postgres RETURNING clause On Tuesday, January 7, 2014 4:57:55 PM UTC+1, Kris Jenkins wrote: > > Yesql is a simple library for blending SQL queries & Clojure together, > cleanly. Here's how it > works

JRE/JVM for development

2014-01-29 Thread tonihe
Are there any Java VMs strictly for development use that could be started up quicker, use less memory or compile clojure during execution? Alternatively can OpenJDK or similar be configured to do so? I don't care about application performance during development. -- -- You received this messag