Skip to content

Commit

Permalink
Update docs/pages/languages.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus authored Feb 20, 2024
1 parent 7a96228 commit ade3a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/languages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and create content. You can think of them as **small edge functions** that are e

## Why Deno Compatibility?

Deno compatibility is required because of its several advantages:
Deno compatibility is required because Languages get executed inside a sandbox that the ADAM executor spawns, and since it needs access to internals of ADAM, this needs to be an integrated JavaScript interpreter that is intertwined with the ADAM implementation. We've decided to build this Language engine on Deno of its several advantages:

- **Security**: Deno is secure by default. No file, network, or environment access (unless explicitly enabled).
- **TypeScript Support**: Deno supports TypeScript out of the box.
Expand Down

0 comments on commit ade3a2e

Please sign in to comment.