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 23, 2014 8:39:06 AM UTC+1, t x wrote:
>
> Hi,
>
>   I apologize for my vague question.
>
>   Does anyone have a good example / blog / library for using the 
> core.async abstraction across a websocket.
>
>   * one side of the channel is in clojure land
>   * other side of the channel is in cljs land
>
>   * I promise that all messages can be encoded via pr-str and read via 
> clojure.edn/read-string
>
>   What I'm struggling with are matters of:
>
>   * how to ensure data is not lost even when websocket disconects / 
> reconnects
>
>   * "naming" on client/server side to ensure messages go to right channels 
> on both sides
>
>   * issues I haven't even begun to imagine.
>
>   Good news:
>
>   * I control both sides: both the clj and cljs side, so any workable 
> design is fine.
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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, 
> and how to use it .
>
> Project: https://github.com/krisajenkins/yesql
> Leiningen: [yesql "0.3.0"]
>
> New since v0.2.x: Support for multiple queries in a single file.
>
> Feedback welcomed,
> Kris
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.