emacs.d/clones/lisp/www.cliki.net/Javascript.html

111 lines
6.4 KiB
HTML
Raw Normal View History

2022-10-07 15:47:14 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: JavaScript</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=JavaScript">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - JavaScript</span>
<div id="content"><div id="content-area"><div id="article-title">JavaScript</div><div id="article"><a href="JavaScript.html" class="internal">JavaScript</a> is a popular client-side <a href="web.html" class="category">web</a> scripting language. It has higher-order functions and is by many accounts a jolly nice scripting language.<p><h2>Implementations</h2>
<ul>
<li>
<a href="CL-JavaScript.html" class="internal">CL-JavaScript</a> is a JavaScript implementation in Common Lisp.</li>
<li>
<a href="https://www.cliki.net/js%2Fsemantics" class="new">js/semantics</a> is a tool to generate LR(1) and LALR(1) grammars and compile and check formal semantics for JavaScript.</li>
</ul><p><h2>Generating JavaScript Code</h2>
<ul>
<li>
<a href="Parenscript.html" class="internal">Parenscript</a> is Javascript with Lisp syntax and macros.<br>
</li>
<li>
<a href="jsgen.html" class="internal">jsgen</a> is a similar package with a more direct mapping to JavaScript.</li>
<li>
<a href="parse-js.html" class="internal">parse-js</a> is a simple ECMAScript 3 parser</li>
</ul><p><h2>Talking to JavaScript</h2>
<a href="JavaScript.html" class="internal">JavaScript</a> is also needed to implement the client-side part
of AJAX (Asynchronous <a href="JavaScript.html" class="internal">JavaScript</a> And <a href="XML.html" class="internal">XML</a>)-- a Common-Lisp implementation of which can be found as <a href="https://www.cliki.net/CL-AJAX" class="new">CL-AJAX</a> for <a href="araneida.html" class="internal">araneida</a> and <a href="HT-AJAX.html" class="internal">HT-AJAX</a> for <a href="Hunchentoot.html" class="internal">Hunchentoot</a>.<p>
If <a href="XML.html" class="internal">XML</a> seems too heavy-weight one can use <a href="cl-json.html" class="internal">cl-json</a> or <a href="st-json.html" class="internal">st-json</a> to directly send JSON (Java Script Object Notation).<p><h2>All pages in topic:</h2>
<ul>
<li>
<a href="CL-JavaScript.html" class="internal">CL-JavaScript</a> -
CL-JavaScript is a <a href="JavaScript.html" class="category">JavaScript</a> <a href="programming&#32;language.html" class="category">programming language</a> compiler for Common Lisp
</li>
<li>
<a href="CL-SpiderMonkey.html" class="internal">CL-SpiderMonkey</a> -
CL-SpiderMonkey is a Common Lisp library for interacting with <a href="Javascript.html" class="category">Javascript</a> through the Mozilla <a href="https://spidermonkey.dev/">SpiderMonkey</a> library
</li>
<li>
<a href="cl-uglify-js.html" class="internal">cl-uglify-js</a> -
A JavaScript compressor (minifier)
</li>
<li>
<a href="jsgen.html" class="internal">jsgen</a> -
JSGEN is an extension to <a href="AllegroServe.html" class="internal">AllegroServe</a> that allows one to write <a href="JavaScript.html" class="category">JavaScript</a> programs in an s-expression syntax
</li>
<li>
<a href="jwacs.html" class="internal">jwacs</a> -
jwacs stands for <a href="Javascript.html" class="category">Javascript</a> With Advanced Continuation Support
</li>
<li>
<a href="parenscript.html" class="internal">parenscript</a> -
Parenscript is a translator from an extended subset of Common Lisp to <a href="JavaScript.html" class="category">JavaScript</a>
</li>
<li>
<a href="parenscriptm.html" class="internal">parenscriptm</a> -
Tool for generating mithrilJS code in parenscript
</li>
<li>
<a href="parenscriptx.html" class="internal">parenscriptx</a> -
A simple tool for aiding with creating React UIs in <a href="parenscript.html" class="category">parenscript</a>
</li>
<li>
<a href="parse-js.html" class="internal">parse-js</a> -
A simple, zlib-licensed <a href="JavaScript.html" class="category">JavaScript</a> parser
</li>
<li>
<a href="rock.html" class="internal">rock</a> -
<a href="https://github.com/eudoxia0/rock">Rock</a> is an asset manager for Common Lisp
</li>
</ul></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="JavaScript.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=JavaScript">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=JavaScript">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=JavaScript&amp;from-revision=3739582877">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>