Clojure China

Clojure 1.8 is now available

#1

http://clojure.org/news/2016/01/19/clojure18?utm_source=dlvr.it&utm_medium=twitter

主要改进:

  • More string functions in clojure.string (portable to ClojureScript): index-of, last-index-of, starts-with?, ends-with?, includes?
  • Compiler direct linking - improves performance and startup time
  • Socket server and socket server REPL - adds the ability to allow remote Clojure REPL connections

完整更新:

https://github.com/clojure/clojure/blob/master/changes.md

#2

Compiler direct linking 优化启动速度 …… 启动速度是和JVM的启动速度有关的吧 这个说的应该是编译速度吧

#3

disable direct linking: var->fn->invoke
当然是运行速度!
enable direct linking: fn->invoke

#4

Compiler direct linking - improves performance and startup time

于关闭 #5

本主题在创建 100 天后自动关闭。不再允许添加新回复。