Skip to content

Commit

Permalink
CBQN has built with REPLXX by default for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
mlochbaum committed Oct 31, 2023
1 parent 049477a commit 42bc58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/editors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 id="editor-support"><a class="header" href="#editor-support">Editor support</a></h1>
<style>.Comment,.Function,.Number,.String { color: inherit; }</style>
<p>Editor plugins and other tools for allowing BQN input are in <a href="https://github.com/mlochbaum/BQN/tree/master/editors">this folder</a>. Input always uses the layout shown <a href="https://mlochbaum.github.io/BQN/keymap.html">here</a> (<a href="#alternate-layouts">want another?</a>), and is usually performed with a backslash <code><span class='Value'>\</span></code> prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice.</p>
<p>Both the online REPL and the REPLXX build of CBQN (<code><span class='Value'>make</span> <span class='Function'>REPLXX=</span><span class='Number'>1</span></code>) support backslash input with no configuration required.</p>
<p>Both the online REPL and CBQN support backslash input with no configuration required.</p>
<p><a href="https://github.com/x86y/beacon">Beacon</a> is <strong>a dedicated IDE</strong> designed for BQN.</p>
<p><a href="https://abrudz.github.io/lb/bqn">This bookmarklet</a> enables BQN input in any webpage in your <strong>browser</strong>.</p>
<p><a href="https://gist.github.com/dzaima/35ca0ce12b5e215a62460f00e693984f">This userscript</a> highlights BQN code on <strong>GitHub</strong>. The highlighting library <a href="https://prismjs.com/">prism.js</a> also supports BQN.</p>
Expand Down
2 changes: 1 addition & 1 deletion editors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Editor plugins and other tools for allowing BQN input are in [this folder](https://github.com/mlochbaum/BQN/tree/master/editors). Input always uses the layout shown [here](https://mlochbaum.github.io/BQN/keymap.html) ([want another?](#alternate-layouts)), and is usually performed with a backslash `\` prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice.

Both the online REPL and the REPLXX build of CBQN (`make REPLXX=1`) support backslash input with no configuration required.
Both the online REPL and CBQN support backslash input with no configuration required.

[Beacon](https://github.com/x86y/beacon) is **a dedicated IDE** designed for BQN.

Expand Down

0 comments on commit 42bc58c

Please sign in to comment.