日本語のREADMEはこちらです: README.ja.md
Nor is a structured programming language that only supports the "nor" operator.
Nor Playground - runtime on the web Nor on web - embedded in HTML
- Only one operator: "nor"
- Supports variables, arrays, conditional statements, loops, and functions
- Can be run in a web browser or on the command line
- Includes a debugging app: nor2js
None. Nor can be run on the web or in the Deno runtime.
To run Nor on the web, include the web.js script and add a <script type="text/nor"> block:
<script type="module" src="https://code4fukui.github.io/Nor/web.js"></script>
<script type="text/nor">
print 1 nor 0
</script>To run Nor on the command line using Deno:
deno -A https://code4fukui.github.io/Nor/cli.js examples/add.norNor is an open source project. The license is not specified.