1 unstable release

0.1.0 Jun 8, 2025

#1485 in Programming languages


Used in tenda

GPL-3.0-or-later

255KB
6.5K SLoC

Português English

Tenda

Status License: GPL-3.0

Resources

Overview

Tenda is a programming language designed for native Portuguese speakers. Its primary goal is to make programming more accessible by using Portuguese keywords and a syntax that reads like natural language. This narrative-style approach aims to lower the barrier to entry for beginners and educators in Portuguese-speaking communities.

While Tenda is tailored for Portuguese syntax and semantics, it draws inspiration from modern programming paradigms and emphasizes readability and expressiveness. It's particularly suited for educational purposes, allowing learners to grasp programming concepts without the added complexity of a foreign language.

Installation

macOS / Linux

curl -fsSL https://tenda.dev/install | bash

Windows (PowerShell)

iwr https://tenda.dev/install.ps1 -UseBasicParsing | iex

By default, Tenda is installed to $HOME/.tenda/bin (or %USERPROFILE%\.tenda\bin on Windows) and your profile is automatically updated with:

export TENDA_INSTALL="$HOME/.tenda"
export PATH="$TENDA_INSTALL/bin:$PATH"

Maintainers

Contributing

Currently, external contributions are not being accepted. This means that pull requests are closed to the public. However, if you have suggestions or encounter any issues, feel free to open an issue on our GitHub repository.

License

Tenda is distributed under the GNU General Public License v3.0. For more details, please refer to the LICENSE file in the repository.

Dependencies

~12MB
~162K SLoC