https://github.com/skaylatk/kantalo
https://github.com/skaylatk/kantalo
javascript kantalo language language-programming
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skaylatk/kantalo
- Owner: Skaylatk
- License: gpl-3.0
- Created: 2024-10-28T22:34:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-16T16:13:41.000Z (over 1 year ago)
- Last Synced: 2024-12-16T17:28:04.212Z (over 1 year ago)
- Topics: javascript, kantalo, language, language-programming
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-programming-languages - Kantalo - It is a new programming language, not object-oriented, with the aim of being simpler and having a lower learning curve. (Uncategorized / Uncategorized)
README
# [Kantalo](https://kantalo.kesug.com)
> A language entirely made in node.js, with the aim of making life easier for developers.

---
# How to use? 🤔
1. Install [node.js](https://nodejs.org/) on your system along with [git](https://git-scm.com/downloads)
2. Type `git clone https://github.com/skaylatk/kantalo`
3. Then go to the "kantalo" folder in the directory where you used git clone
4. Use `cd bin`
5. Create a file, it can be any name Example: ``
6. To run your code type `node klo.js `
---
# Documentation
## declare variables
To declare a variable in the language we use `var.save`
Example:
```js
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:
```js
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
- [Documentation](https://kantalo.kesug.com/?i=1)
- [Vscode extension](https://marketplace.visualstudio.com/items?itemName=Skaylatk.kantalo)
---
© 2025 Skaylatk. Todos os direitos reservados.