[ClojureScript] Re: [:ann] urania: a library for elegant and efficient remote data access

2016-02-27 Thread Alejandro Gómez
On Sat, Feb 27, 2016, at 17:13, Teemu Kaukoranta wrote:
> I'm curious how exactly is this different from Muse? What made you create
> another project that to mee loks very similar?

Great question, there are many differences between urania and muse.
First of all, the patches to Muse that fixed some issues have been
merged. I moved away from core.async as the result type since there is
no way to signal errors in channels, refactored the code and added a few
more tests, fixing a couple bugs along the way. I also changed some
design decissions, like adding an `-identity` function to data sources
and not try to infer it, or eliminating some differences between Clojure
and ClojureScript.

I also plan to actively mantain and develop the library further.

Hope to have answered your question.

Yours,

Alejandro

> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to cloj...@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/d/optout.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] Re: [:ann] urania: a library for elegant and efficient remote data access

2016-02-27 Thread Teemu Kaukoranta
On Saturday, 27 February 2016 12:16:20 UTC+2, Alejandro Gómez  wrote:
> The library is based in the initial work in Muse
> by Alexey Kachayev but has evolved on its own. It also borrows heavily
> from the Haskell Haxl library, and is meant for the same purpose.

I'm curious how exactly is this different from Muse? What made you create 
another project that to mee loks very similar?

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.