scheme吧
关注: 1,489 主题: 961 帖子: 961
时下热门
最新回复
最新发布
1
2014-08-24
(boolean? "true?") ;Value: #f (not "true?") ;Value: #f 新手求解,为什么两个输出都是false? 假……
1
2014-06-09
什么年代啊…连解释器都没有人感兴趣了吗
4
2014-06-02
(let* ....) 这个 * 是什么意思?
🧑hejiannn
4
2014-04-20
用递归写一个code, 排列出高于平均值的list. 举个例子, (above-average (cons 4 (cons 3 (cons 1.5 (co……
2
2014-04-14
(define (fib x) (if (< x 2) x (+ (fib (-1+ x)) (fib (- x 2)))))(define (fib2 ……
🧑somaniya
2
2013-12-10
lisp七条公理说,七个原始操作符可以构造出一门完整的语言,求教怎么用七个操作符构造call/cc
🧑mfsk
2
2013-12-09
(define a 3) a 在段尾运行后显示unbound variable:a 我必须先在第一行运行,才把A值指向3. 然后才能运行第二行. 是不是出……
3
2013-08-01
大家好! 在下几个月前入手了SICP,正在学习scheme中,常用编辑器是emacs (小弟常出没於Google+上中文emacs版) 顺便请教下,有没有……
🧑宅提客
3
2013-07-21
哈喽,前辈们好:D 本人新人一枚名叫Joann. 请前辈们多多指教:p
2
2013-06-26
这个吧这么冷清啊。。。
🧑hejiannn
0
2013-06-11
3
2013-04-21
广告也木人管啊。。。。
🧑xw_y_am
5
2013-03-13
以后完成exercise少不了mit-scheme,还请吧里童鞋走过路过不要错过
🧑masia_v5
7
2013-01-08
已经在吧里发现两个了,看看还有没用人和我一样无聊的,f**k cs115/135
0
2012-12-16
0
2012-12-13
报个到,表示要学Scheme
🧑yeda999
0
2012-11-12
热血传奇gm为什么拉人,热血传奇gm为什么拉人。 在官网注册《热血传奇》帐号时请填写推荐人帐号 CT693(大小写均可) 即可获得《热血传奇》白金帐号资格……
🧑kccehvid
4
2012-10-21
(define (xydy x y) (not (> x y ))) (define (two-min x y) (if (xydy x y) x y))……
2
2012-09-24
;; Player for simple guessing game ;; Provides: playgame ;; (playgame n) uses……
🧑878167191
6
2012-08-27
scheme是用什么编辑器编辑的呢?谁能告诉我?
2
2012-05-05
common lisp 是 (time ()) scheme 下是什么呢??
🧑xw_y_am
0
2012-03-16
🧑Vasques
2
2011-10-08
(display "hello,schemer!")
首页 1 2 3 4 5 尾页