Skip to content

Commit

Permalink
add link to lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 27, 2024
1 parent e9554f9 commit fe8331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Intro(): JSX.Element {
<li>Great integration with JavaScript. You can use any JS library out of the box.</li>
<li>Asynchronous execution (auto resolving of promises with optional promise quotation).</li>
<li>Literal regular expression.</li>
<li>Functional helpers (inspired by <a href="https://ramdajs.com/">RamdaJS</a>).</li>
<li>Functional helpers (inspired by <a href="https://ramdajs.com/">RamdaJS</a> and <a href="https://lodash.com/">Lodash</a>).</li>
<li>Possibility modify the parser at runtime (add new syntax, similar to vectors and object).</li>
<li>Possibility to set represention of new data types for write and display. 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>
Expand Down

0 comments on commit fe8331e

Please sign in to comment.