作为Lips的一种变体,Clojure的优势之一就是代码即数据(也称为同像(homoiconicity))。
One of the benefits of Clojure as a Lisp variant is that code is data (also known as homoiconicity).
这意味着编写适用于基本条件的代码,即所有的数据都是可用的,所有的条件符合预期。
This means writing code that works well for the basic conditions, when all the data is valid and all the conditions are as expected.
性能比较使用与之前文章相同的测试代码,即地震数据查询服务。
The performance comparisons use the same test code as earlier articles, a seismic data retrieval service.
应用推荐