-
计算 100! (100的阶乘)的末尾有几个0
可采用因子分解的方式,每个0,都可以看作是 * 10,而10可以分解为 2 * 5,所以只要将每个数都进行因子…
-
Common Lisp Macro – definition
chapter 8 defining your own The Story of Mac: A Just-So…
-
Common Lisp Macro
chapter 7 : Macros: Standard Control Constructs when an…
-
Common Lisp 变量
Common Lisp supports two kinds of variables: lexical an…
-
Common Lisp函数
第五章 函数 functions variables macros 函数 变量 宏是lisp的最重要的基本组件…
-
Common Lisp syntax and semantic
123 ; the integer one hundred twenty-three 3/7 ; the ra…