Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe authored Jan 29, 2024
1 parent ea9bd16 commit 3793a64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ console.log(grammar.expand());

## RiScript

RiScript is a minor language designed for writers working in computational media. RiScript primitives: choices, symbols, gates, transforms, etc. can be used as part of any RiTa [grammar](https://rednoise.org/rita/reference/RiTa/grammar/) or executed directly using [RiTa.evaluate](https://rednoise.org/rita/reference/RiTa/evaluate/). For more info, see [this interactive notebook](https://observablehq.com/@dhowe/riscript) on observable.
RiScript is a minor language designed for writers working in computational media. RiScript primitives (choices, symbols, gates, transforms, etc) can be used as part of any RiTa [grammar](https://rednoise.org/rita/reference/RiTa/grammar/) or executed directly using [RiTa.evaluate](https://rednoise.org/rita/reference/RiTa/evaluate/). For more info, see [this interactive notebook](https://observablehq.com/@dhowe/riscript) on observable.

##  

<br>
<br>&nbsp;<br>

## Developing
To install/build the library and run tests (with npm/mocha and node v14.x):
Expand Down

0 comments on commit 3793a64

Please sign in to comment.