Kantalo
December 5, 2025 Ā· View on GitHub
A language entirely made in node.js, with the aim of making life easier for developers.
How to use? š¤
- Install node.js on your system along with git
- Type
git clone https://github.com/skaylatk/kantalo - Then go to the "kantalo" folder in the directory where you used git clone
- Use
cd bin - Create a file, it can be any name Example:
<main.klo> - To run your code type
node klo.js <main.klo>
Documentation
declare variables
To declare a variable in the language we use var.save
Example:
var.save date = "12/16/2024"
[WARNING] var.save only accepts text strings, not integers.
Using messages in the console
to send text to the console, we use terminal.text
Example:
terminal.text("Hello world")
## for variable calls we use -**-
// Ex:
var.save name = "Maria"
terminal.text("Hello -*name*-")
Update Fixes
V0.0.1-beta.2 - Bugs in the code, and the correction of var.create
Links
Ā© 2025 Skaylatk. Todos os direitos reservados.
