Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 16, 2024
1 parent d4f382e commit c0b68ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>
Witth parser extensions you can make new data types have different syntax and still be homoicoic.</li>
<li>Small JavaScript core with Standard Library implemented in basic Scheme.</li>
<li>Full support of Unicode and Emoji.</li>
<li>Support for SXML, that allow to write JSX like Preact/React apps.</li>
<li>Support for <a href="https://en.wikipedia.org/wiki/SXML">SXML</a>, that allow to write <a href="https://en.wikipedia.org/wiki/JSX_(JavaScript)">JSX</a> e.g. with <a href="https://preactjs.com/">Preact</a> or <a href="https://react.dev/">React</a> apps.</li>
<li>I/O Ports supports in browser with <a href="https://github.com/jvilk/BrowserFS">BrowserFS</a>.</li>
<li>Binary Compiler that speed up the parsing of big files (e.g. standard library).</li>
<li>Fully implemented numerical tower and Big Integer support.</li>
Expand Down
2 changes: 1 addition & 1 deletion index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Witth parser extensions you can make new data types have different syntax and still be homoicoic.</li>
<li>Small JavaScript core with Standard Library implemented in basic Scheme.</li>
<li>Full support of Unicode and Emoji.</li>
<li>Support for SXML, that allow to write JSX like Preact/React apps.</li>
<li>Support for <a href="https://en.wikipedia.org/wiki/SXML">SXML</a>, that allow to write <a href="https://en.wikipedia.org/wiki/JSX_(JavaScript)">JSX</a> e.g. with <a href="https://preactjs.com/">Preact</a> or <a href="https://react.dev/">React</a> apps.</li>
<li>I/O Ports supports in browser with <a href="https://github.com/jvilk/BrowserFS">BrowserFS</a>.</li>
<li>Binary Compiler that speed up the parsing of big files (e.g. standard library).</li>
<li>Fully implemented numerical tower and Big Integer support.</li>
Expand Down

0 comments on commit c0b68ca

Please sign in to comment.