JavaShuo
栏目
标签
clojure/core cons
时间 2019-12-06
标签
clojure
core
cons
繁體版
原文
原文链接
点我查看原文rest (ns $clojureDoc.core.cons) ;; (cons x seq) ;; Returns a new seq where x is the first element and seq is the rest. ;; 把x做为元素放在序列seq的第一位并返回一个新序列 (println (cons 1 [2 3 4])) ;; => (1 2 3 4) (pr
>>阅读原文<<
相关文章
1.
lisp中的cons
2.
Pros and Cons of AngularJS (转)
3.
Pros and Cons of Game Based Learning
4.
讲道理与pros and cons
5.
(cons '(伍 . 宏) 《为本身写本-Guile-书》)
6.
The Pros and Cons of Using Third-Party APIs
7.
C++中const char * const name;char * const name;cons
8.
235_emacs lisp cons函数的使用
9.
239_macroexp--cons功能以及实现分析
10.
(cons '(叁 . 续延) 《为本身写本-Guile-书》)
更多相关文章...
相关标签/搜索
cons
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
正确理解商业智能 BI 的价值所在
2.
解决梯度消失梯度爆炸强力推荐的一个算法-----LSTM(长短时记忆神经网络)
3.
解决梯度消失梯度爆炸强力推荐的一个算法-----GRU(门控循环神经⽹络)
4.
HDU4565
5.
算概率投硬币
6.
密码算法特性
7.
DICOMRT-DiTools:clouddicom源码解析(1)
8.
HDU-6128
9.
计算机网络知识点详解(持续更新...)
10.
hods2896(AC自动机)
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
lisp中的cons
2.
Pros and Cons of AngularJS (转)
3.
Pros and Cons of Game Based Learning
4.
讲道理与pros and cons
5.
(cons '(伍 . 宏) 《为本身写本-Guile-书》)
6.
The Pros and Cons of Using Third-Party APIs
7.
C++中const char * const name;char * const name;cons
8.
235_emacs lisp cons函数的使用
9.
239_macroexp--cons功能以及实现分析
10.
(cons '(叁 . 续延) 《为本身写本-Guile-书》)
>>更多相关文章<<