Brasa Programming Language
Project description
What is Brasa?
Brasa is an interpreted programming language written in Python. By utilizing Portuguese-based syntax, it provides a natural and intuitive learning curve for native speakers and children who may find the English-centric nature of traditional coding (like C++ or Java) intimidating.
Look at the a basic program written in Brasa
Brasa Docs
For a deep dive into Brasa philosophy and full syntax, visit the Official Documentation.
⚡ Quick look
// example.brasa
importe std.io como io;
io.diga("Digite seu nome: ");
texto nome := io.leia();
func bem_vindo(texto nome)->texto{
retorne "Bem vindo, " + nome + "!";
}
texto mensagem := bem_vindo(nome);
io.diga(mensagem);
For a brief introduction, see overview
🚀 Getting Started
Brasa is built with Python and can be installed via pip
pip install brasa-lang
For detailed instructions, see installation guide
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brasa_lang-0.2.0.tar.gz.
File metadata
- Download URL: brasa_lang-0.2.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f776d434c1ec4a82f67e123782f0c3111bc257d032daa7789780f31d053299d
|
|
| MD5 |
0873ce6105e55d3f19f74308dcb2b261
|
|
| BLAKE2b-256 |
790a1c498c53b72b258eb1f1e8b34c1b1f1559c52c6e8e9ec5bac5b1c39f8fd1
|
File details
Details for the file brasa_lang-0.2.0-py3-none-any.whl.
File metadata
- Download URL: brasa_lang-0.2.0-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7135388a531029a5a84e1aa0a9f47747b7b3ddca5b83cd6b6a0fdaf1815c45ad
|
|
| MD5 |
e418fa89c26ebc8dd0db9b0821c0a0cf
|
|
| BLAKE2b-256 |
acb0e1cb3ba508ad785c47849230567bbb758787d1fa0455f17c14fb18330e87
|