diff options
Diffstat (limited to 'docs/getting-started/supported-languages.md')
-rw-r--r-- | docs/getting-started/supported-languages.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/getting-started/supported-languages.md b/docs/getting-started/supported-languages.md index 5b273b1..4ddda32 100644 --- a/docs/getting-started/supported-languages.md +++ b/docs/getting-started/supported-languages.md @@ -2,7 +2,7 @@ ## JavaScript -The main intended usage of Astal is in TypeScript with [AGS](/astal/ags/first-widgets). +The main intended usage of Astal is in TypeScript with [AGS](/ags/first-widgets). It supports JSX and has a state management solution similar to web frameworks. Only a minimal knowledge of JavaScript's syntax is needed to get started. @@ -16,7 +16,8 @@ Examples: ## Lua -Similar to how there is a [TypeScript]() lib for GJS, there is also an accompanying library for [Lua](). +Similar to how there is a [TypeScript](https://github.com/Aylur/astal/tree/main/core/gjs) lib for GJS, there is also an accompanying library for [Lua](https://github.com/Aylur/astal/tree/main/core/lua). +<!--TODO: open issue and link performance issue--> Unfortunately, I have encountered very heavy [performance issues]() with [lgi](https://github.com/lgi-devs/lgi), and so currently I don't recommend using Lua for full desktop shells, but only for static components that don't render child nodes dynamically, bars and panels for example. @@ -27,6 +28,7 @@ Examples: ## Python +<!--TODO: move python PR to monorepo and link--> There is a WIP [library for python](), to make it behave similar to the above two but I don't plan on finishing it, because I'm not a fan of python. If you are interested in picking it up, feel free to open a PR. |