Parenscript

MOVED TO C-L.NET GITLAB. THIS REPOSITORY WILL BE DELETED

Github星跟蹤圖

Parenscript is a translator from an extended subset of Common Lisp to
JavaScript. Parenscript code can run almost identically on both the
browser (as JavaScript) and server (as Common Lisp).

Parenscript code is treated the same way as Common Lisp code, making
the full power of Lisp macros available for JavaScript. This provides
a web development environment that is unmatched in its ability to
reduce code duplication and provide advanced meta-programming
facilities to web developers.

At the same time, Parenscript is different from almost all other
"language X" to JavaScript translators in that it imposes almost no
overhead:

No run-time dependencies:
Any piece of Parenscript code is runnable as-is. There are no
JavaScript files to include.
Native types:
Parenscript works entirely with native JavaScript data types. There
are no new types introduced, and object prototypes are not
touched.
Native calling convention:
Any JavaScript code can be called without the need for
bindings. Likewise, Parenscript can be used to make efficient,
self-contained JavaScript libraries.
Readable code:
Parenscript generates concise, formatted, idiomatic JavaScript
code. Identifier names are preserved. This enables seamless
use of JavaScript debuggers.
Efficiency:
Parenscript introduces minimal overhead for advanced Common Lisp
features. The generated code is almost as fast as hand-written
JavaScript.

Parenscript is available via Quicklisp:
(ql:quickload :parenscript)

To run unit tests:
(ql:quickload :parenscript.tests)
(parenscript.tests:run-tests)

Contributing:
Please send patches and bug reports to the mailing list:
parenscript-devel@common-lisp.net

Documentation:
See docs/tutorial.html and docs/reference.html
Mailing list:
parenscript-devel@common-lisp.net
https://mailman.common-lisp.net/listinfo/parenscript-devel
Web site:
http://common-lisp.net/project/parenscript/
Source repository:
https://gitlab.common-lisp.net/parenscript/parenscript.git
License:
BSD-3-Clause, see the file COPYING

主要指標

概覽
名稱與所有者vsedach/Parenscript
主編程語言Common Lisp
編程語言Common Lisp (語言數: 2)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2013-10-28 03:05:27
推送於2019-01-30 22:22:31
最后一次提交2018-12-06 11:30:30
發布數1
最新版本名稱v2.6 (發布於 )
第一版名稱v2.6 (發布於 )
用户参与
星數248
關注者數22
派生數32
提交數885
已啟用問題?
問題數22
打開的問題數0
拉請求數18
打開的拉請求數1
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?