Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
parenscript
parenscript
Commits
04722a7d
Verified
Commit
04722a7d
authored
Oct 09, 2018
by
Vladimir Sedach
Browse files
Updated README with contributing instructions
parent
bc26bc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
04722a7d
...
...
@@ -26,16 +26,22 @@ overhead:
Readable code:
Parenscript generates concise, formatted, idiomatic JavaScript
code. Identifier names are preserved. This enables seamless
debugging in tools like Firebug
.
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)
Parenscript is available via Quicklisp:
(ql:quickload :parenscript)
To run unit tests: (ql:quickload :parenscript.tests)
(parenscript.tests:run-tests)
To run unit tests:
(ql:quickload :parenscript.tests)
(parenscript.tests:run-tests)
Contributing:
Please send patches and bug reports to:
parenscript-devel@common-lisp.net
Documentation:
See docs/tutorial.html and docs/reference.html
...
...
@@ -47,4 +53,4 @@ Web site:
Source repository:
https://gitlab.common-lisp.net/parenscript/parenscript.git
License:
BSD-3-Clause
BSD-3-Clause
, see the file COPYING
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment