theatre:我自己的巧克力味的 lisp 方言

时间:2024-06-21 03:25:18
【文件属性】:

文件名称:theatre:我自己的巧克力味的 lisp 方言

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-21 03:25:18

JavaScript

拉开帷幕,我为你呈现: 剧院 一种我自己的巧克力味的 Lisp 方言 搏一搏 启动 REPL: $ node repl 并检查... 数学运算符 >>>(+ 1 2 3) 6 >>>(* 1 2 3) 6 # oho. >>>(- 1 2 3) -4 # mh. >>>(/ 1 2 3) 0.16666666666666666 # uh! lambda 表达式 >>>(set 'captain (lambda(x)(print (concat "The captain says: " x))) ) >>>(captain "Set the sails!") "The captain says: Set the sails!" () 高阶函数 >>>(map + '(1 2 3) '(4 3 2)) ( 5 5 5 ) # heh! 延续 (s


【文件预览】:
theatre-master
----lexer.js(3KB)
----parser.js(3KB)
----test.js(733B)
----README.md(2KB)
----interpreter.js(17KB)
----library.js(6KB)
----cli.js(1KB)
----repl.js(1KB)

网友评论