Location:
Search - SimpleLISP
Search list
Description: 一个简单的LISP算术表达式计算器。
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.
Platform: |
Size: 2201 |
Author: 甄奇 |
Hits:
Description: 一个简单的LISP算术表达式计算器。
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.-LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15.
Platform: |
Size: 2048 |
Author: 甄奇 |
Hits: