• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            糯米

            TI DaVinci, gstreamer, ffmpeg
            隨筆 - 167, 文章 - 0, 評論 - 47, 引用 - 0
            數(shù)據(jù)加載中……

            lisp let,let*

            let and let* create new variable bindings and execute a series of forms that use these bindings. 
            let performs the bindings in parallel and let* does them sequentially.

            The form

            (let ((var1 init-form-1)
            (var2 init-form-2)
            ...
            (varm init-form-m))
            declaration1
            declaration2
            ...
            declarationp
            form1
            form2
            ...
            formn)

            first evaluates the expressions init-form-1, init-form-2, and so on, in that order, saving the resulting values.
            Then all of the variables varj are bound to the corresponding values;
            each binding is lexical unless there is a special declaration to the contrary.
            The expressions formk are then evaluated in order; the values of all but the last are discarded
            (that is, the body of a let is an implicit progn).
            let* is similar to let, but the bindings of variables are performed sequentially rather than in parallel.
            The expression for the init-form of a var can refer to vars previously bound in the let*.

            The form

            (let* ((var1 init-form-1)
            (var2 init-form-2)
            ...
            (varm init-form-m))
            declaration1
            declaration2
            ...
            declarationp
            form1
            form2
            ...
            formn)
            first evaluates the expression init-form-1, then binds the variable var1 to that value;
            then it evaluates init-form-2 and binds var2, and so on.
            The expressions formj are then evaluated in order;
            the values of all but the last are discarded (that is, the body of let* is an implicit progn).

            For both let and let*, if there is not an init-form associated with a var, var is initialized to nil.

            The special form let has the property that the scope of the name binding does not include any initial value form.
            For let*, a variable's scope also includes the remaining initial value forms for subsequent variable bindings.


            Examples:

            (setq a 'top) => TOP
            (defun dummy-function () a) => DUMMY-FUNCTION
            (let ((a 'inside) (b a))
            (format nil "~S ~S ~S" a b (dummy-function))) => "INSIDE TOP TOP"
            (let* ((a 'inside) (b a))
            (format nil "~S ~S ~S" a b (dummy-function))) => "INSIDE INSIDE TOP"
            (let ((a 'inside) (b a))
            (declare (special a))
            (format nil "~S ~S ~S" a b (dummy-function))) => "INSIDE TOP INSIDE"

            posted on 2011-08-22 11:50 糯米 閱讀(826) 評論(1)  編輯 收藏 引用 所屬分類: Lisp

            評論

            # re: lisp let,let*  回復(fù)  更多評論   

            寫的很詳細(xì),有點(diǎn)理解了。原來 let* 會把上一個表達(dá)式的計(jì)算結(jié)果帶到下一個計(jì)算結(jié)果上面去:)
            2015-10-24 19:58 | creamidea
            久久久久国产一级毛片高清版| 久久国产乱子伦精品免费强| 精品久久久一二三区| 欧美亚洲国产精品久久| 精品免费久久久久久久| 久久香蕉国产线看观看猫咪?v| 久久乐国产综合亚洲精品| 99国产精品久久| 伊人 久久 精品| 91麻精品国产91久久久久| 亚洲综合熟女久久久30p| 国产精品永久久久久久久久久 | 99精品国产在热久久| 久久天天躁狠狠躁夜夜2020老熟妇 | www.久久热.com| 欧美亚洲国产精品久久| 999久久久免费国产精品播放| 欧美精品国产综合久久| 久久久久久亚洲精品无码| 国产精品久久影院| 久久久久人妻精品一区二区三区| 亚洲国产高清精品线久久 | 久久中文骚妇内射| 一极黄色视频久久网站| 久久综合久久性久99毛片| 99久久国产主播综合精品| 99久久这里只有精品| 亚洲精品无码成人片久久| 一97日本道伊人久久综合影院| 97超级碰碰碰碰久久久久| 国产午夜免费高清久久影院| 久久亚洲精品成人av无码网站| 亚洲人成电影网站久久| 欧美日韩久久中文字幕| 日产久久强奸免费的看| 久久久久国色AV免费看图片| 久久国产精品-久久精品| 丰满少妇人妻久久久久久4| 国产成人99久久亚洲综合精品 | 国产一区二区三精品久久久无广告| 国产精品久久久久久|