Congratulations. Maybe the performance optimization based on new JVM
Graal/Truffle is the correct way. For instance:
http://ssw.jku.at/Teaching/MasterTheses/Graal/TruffleClojure.pdf
Do the Clojure core team have the plan ?

2015-08-03 20:32 GMT+08:00 Alex Miller <a...@puredanger.com>:

> Clojure 1.8.0-alpha4 is now available.
>
> Try it via
> - Download:
> https://repo1.maven.org/maven2/org/clojure/clojure/1.8.0-alpha4
> - Leiningen: [org.clojure/clojure "1.8.0-alpha4"]
>
> Below is a list of the tickets included in this release (about half were
> added in alpha2, the rest in alpha4). Also see the full change log here:
> https://github.com/clojure/clojure/blob/master/changes.md
>
>    - CLJ-1060 <http://dev.clojure.org/jira/browse/CLJ-1060> 'list*'
>    returns not a list
>    - CLJ-1722 <http://dev.clojure.org/jira/browse/CLJ-1722> Typo in the
>    docstring of 'with-bindings'
>    - CLJ-1769 <http://dev.clojure.org/jira/browse/CLJ-1769> Docstrings
>    for *' and +' refer to * and +
>    - CLJ-703 <http://dev.clojure.org/jira/browse/CLJ-703> Improve
>    writeClassFile performance
>    - CLJ-1208 <http://dev.clojure.org/jira/browse/CLJ-1208> Optionally
>    require namespace on defrecord class init
>    - CLJ-130 <http://dev.clojure.org/jira/browse/CLJ-130> Namespace
>    metadata lost in AOT compile
>    - CLJ-1134 <http://dev.clojure.org/jira/browse/CLJ-1134> star-directive
>    in clojure.pprint/cl-format with at-prefix ("~n@*") does not obey its
>    specification
>    - CLJ-1137 <http://dev.clojure.org/jira/browse/CLJ-1137> Metadata on a
>    def gets evaluated twice
>    - CLJ-1157 <http://dev.clojure.org/jira/browse/CLJ-1157> Classes
>    generated by gen-class aren't loadable from remote codebase
>    - CLJ-1225 <http://dev.clojure.org/jira/browse/CLJ-1225> quot overflow
>    issues around Long/MIN_VALUE for BigInt
>    - CLJ-1250 <http://dev.clojure.org/jira/browse/CLJ-1250> Reducer (and
>    folder) instances hold onto the head of seqs
>    - CLJ-1313 <http://dev.clojure.org/jira/browse/CLJ-1313> Correct a few
>    unit tests
>    - CLJ-1319 <http://dev.clojure.org/jira/browse/CLJ-1319> array-map
>    fails lazily if passed an odd number of arguments
>    - CLJ-1361 <http://dev.clojure.org/jira/browse/CLJ-1361> pprint with
>    code-dispatch incorrectly prints a simple ns macro call
>    - CLJ-1390 <http://dev.clojure.org/jira/browse/CLJ-1390> pprint a
>    GregorianCalendar results in Arity exception
>    - CLJ-1399 <http://dev.clojure.org/jira/browse/CLJ-1399> field name
>    unmunged when recreating deftypes serialized into bytecode
>    - CLJ-1485 <http://dev.clojure.org/jira/browse/CLJ-1485> 
> clojure.test.junit/with-junit-output
>    doesn't handle multiple expressions
>    - CLJ-1528 <http://dev.clojure.org/jira/browse/CLJ-1528> 
> clojure.test/inc-report-counter
>    is not thread-safe
>    - CLJ-1533 <http://dev.clojure.org/jira/browse/CLJ-1533> invokePrim
>    path does not take into account var or form meta
>    - CLJ-1562 <http://dev.clojure.org/jira/browse/CLJ-1562> 
> some->,some->>,cond->,cond->>
>    and as-> doesn't work with (recur)
>    - CLJ-1565 <http://dev.clojure.org/jira/browse/CLJ-1565> pprint
>    produces infinite output for a protocol
>    - CLJ-1588 <http://dev.clojure.org/jira/browse/CLJ-1588> StackOverflow
>    in clojure.test macroexpand with are and anon fn
>    - CLJ-1644 <http://dev.clojure.org/jira/browse/CLJ-1644> into-array
>    fails for sequences starting with nil
>    - CLJ-1645 <http://dev.clojure.org/jira/browse/CLJ-1645> protocol
>    class does not set the source file
>    - CLJ-1657 <http://dev.clojure.org/jira/browse/CLJ-1657> proxy
>    bytecode calls super methods of abstract classes
>    - CLJ-1659 <http://dev.clojure.org/jira/browse/CLJ-1659> compile leaks
>    files
>    - CLJ-1761 <http://dev.clojure.org/jira/browse/CLJ-1761> clojure.core/run!
>    does not always return nil per docstring
>    - CLJ-1782 <http://dev.clojure.org/jira/browse/CLJ-1782> Spelling
>    mistake in clojure.test/use-fixtures
>    - CLJ-1785 <http://dev.clojure.org/jira/browse/CLJ-1785> Reader
>    conditionals throw when returning nil
>
> --
> 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.
>



--

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