solo-lisp:[废弃] [wip]普通语言和可读的javascript语言的最小lisp语法

时间:2024-05-19 00:05:14
【文件属性】:

文件名称:solo-lisp:[废弃] [wip]普通语言和可读的javascript语言的最小lisp语法

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-19 00:05:14

JavaScript

独奏郎 简单易读JavaScript编译器的最小Lisp语法 Solo不是一种独立的语言,而是一种以简洁的语法编写JavaScript的方式。 你自己看... 入门 $ npm install -g solo $ echo "(def square (function (x) (* x x))) (console.log (square 5))" > test.sl $ solo test.sl 'use strict'; let square = function (x) { return x * x; }; console.log(square(5)); $ solo test.sl | node --harmony 25 文献资料 例子 独奏 JavaScript 运营商 (+ 1 2) 1 + 2; (/ 4 2) 4 / 2; (/ (* 2 6) 3)


【文件预览】:
solo-lisp-master
----1st()
--------test.js(454B)
--------index.js(11KB)
----testing.sl(689B)
----.travis.yml(60B)
----LICENSE(1KB)
----test()
--------utils.sl(1KB)
--------types.sl(211B)
--------index.js(47B)
----README.md(2KB)
----engine()
--------node.js(430B)
----.gitignore(14B)
----index.js(17KB)
----bin()
--------solo.js(819B)
----support()
--------solo.vim(2KB)
----package.json(728B)
----CHANGELOG(481B)

网友评论