This makes me smile… My first reaction to the name was the same as Alexander’s 
and then my second reaction cut in: “No, they’ll have thought about the name 
and won’t entertain changes” 😊

It’s for safely doing requires in asynchronous (multi-threaded) code.

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

________________________________
From: clojure@googlegroups.com <clojure@googlegroups.com> on behalf of Alex 
Miller <a...@puredanger.com>
Sent: Wednesday, November 21, 2018 9:54:28 AM
To: clojure@googlegroups.com
Subject: Re: [ANN] Clojure 1.10.0-beta8

We’re good with the name. The docstring exists for further explanation.

On Nov 21, 2018, at 11:29 AM, Alexander Yakushev 
<unlo...@bytopia.org<mailto:unlo...@bytopia.org>> wrote:

Could I suggest bikeshedding on the name async-require? Before I've seen the 
patch, my initial impression was that it loads namespaces asynchronously (that 
is, returns control immediately and loads them in the background). It might be 
somewhat confusing that a function async-require is actually even more 
synchronous than the regular require :). How about synchronized-require (it's 
basically word-to-word description of the function body)?

Otherwise, thanks for this one, I needed something like this plenty of times!

On Wednesday, November 21, 2018 at 5:17:26 PM UTC+2, Alex Miller wrote:
1.10.0-beta8 is now available.

You can try it with clj using:

clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta8"}}}'

Changes in 1.10.0-beta8:

  *   CLJ-2438<https://dev.clojure.org/jira/browse/CLJ-2438> - demunge source 
location in execution error messages
  *   CLJ-2437<https://dev.clojure.org/jira/browse/CLJ-2437> - add 
async-require and use it from requiring-resolve
  *   CLJ-2436<https://dev.clojure.org/jira/browse/CLJ-2436> - fix reflection 
warning in reflect.java

You can read the full 1.10 changelog here: 
https://github.com/clojure/clojure/blob/master/changes.md

--
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<mailto: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<mailto: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 a topic in the Google 
Groups "Clojure" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/clojure/2GQQpxNcDlM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
clojure+unsubscr...@googlegroups.com<mailto:clojure+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
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<mailto:clojure+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

-- 
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/d/optout.

Reply via email to