Very cool stuff.

One point of feedback though: I thought Clojure Core had done a great job
of avoiding a Haskell-like symbol-heavy.  I might've been mis-informed, but
I thought this tendency to avoid  symbol-heavy naming was intentional.  For
example, instead of `-?>` in 1.5 we got `some->`. I thought it was a great
compromise for readability.  In core.async, we've got a lot more symbols.
 Are people in love with names like `<!` and `>!!`, or is there room for
rethinking the naming?

Best,
Alex

On Fri, Jun 28, 2013 at 12:50 PM, Nahuel Greco <ngr...@gmail.com> wrote:

> I forgot the second Ulf Wiger link, related to the previous one:
> http://www.infoq.com/presentations/Death-by-Accidental-Complexity
>
> Saludos,
> Nahuel Greco.
>
>
> On Fri, Jun 28, 2013 at 4:46 PM, Nahuel Greco <ngr...@gmail.com> wrote:
>
>> Very nice! Selectable channels FTW.
>>
>> Btw, are you aware of the Erlang selective-receive model? Is often very
>> overlooked but it showed big advantages over unfiltered channels. See this:
>> http://www.erlang.se/euc/05/1500Wiger.ppt
>>
>> Saludos,
>> Nahuel Greco.
>>
>>
>> On Fri, Jun 28, 2013 at 4:06 PM, Rich Hickey <richhic...@gmail.com>wrote:
>>
>>> I've blogged a bit about the new core.async library:
>>>
>>> http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html
>>>
>>> Please try it out.
>>>
>>> Thanks,
>>>
>>> Rich
>>>
>>>  --
>>> --
>>> 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.
>>>
>>>
>>>
>>
>>
>  --
> --
> 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.
>
>
>

-- 
-- 
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.


Reply via email to