From 006651b8147328978345b8651069585b8b56466d Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 22 Sep 2024 10:38:24 +0000 Subject: docs: nix derivation for vala --- docs/getting-started/supported-languages.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/supported-languages.md') diff --git a/docs/getting-started/supported-languages.md b/docs/getting-started/supported-languages.md index 88ec93f..06ce51c 100644 --- a/docs/getting-started/supported-languages.md +++ b/docs/getting-started/supported-languages.md @@ -42,7 +42,8 @@ Examples: ## Vala Vala is a language that simply put uses C# syntax and compiles to C. -It is the language most of Astal is written in. +It is the language most of Astal is written in. I would still recommend +using TypeScript or Lua over Vala as they don't need a build step. Examples: @@ -51,7 +52,8 @@ Examples: ## C -I don't recommend using C as it requires quite a lot of boilerplate. +I don't recommend using C as it requires quite a lot of boilerplate, both for +build step and code. Examples: -- cgit v1.2.3