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