Clojure has a lot more syntactic sugar than Lisp, which makes it more ... Example: (concat [1 2 3] [5 6] [9]) ;=> (1 2 3 5 6 9); (apply function arg* ...
確定! 回上一頁