^-^
clojure-学习2
最近更新:2024-11-09   |   字数总计:994   |   阅读估时:6分钟   |   阅读量:
  1. let
  2. loop
  3. cond
  4. Regular Expressions
  5. Better Symmetrizer with reduce
  6. into repeat
  7. seq
  8. map
  9. reduce
  10. take
  11. take-while
  12. drop-while
  13. filter
  14. some
  15. sort and sort-by
  16. concat
  17. lazy-seq
  18. Infinite Sequences
    1. repeat
  19. The Collection Abstraction
    1. empty
    2. into
    3. conj
  20. Function Functions
    1. apply
    2. partial
  21. slurp