Programming should be accessible to everyone, not just people who already speak English fluently.
JLScript is a programming language under development with the goal of making programming simpler, more intuitive, and more accessible, especially for beginners and Portuguese-speaking developers.
The language uses clear and readable syntax while keeping modern programming concepts such as variables, functions, conditions, loops, arrays, objects, modules, and API integration.
Main Goals
Simple and clean syntax
Easy to learn
High readability
Modern language features
Open-source project
Community-driven development
Example
va nome = "Lucas"
func cumprimentar(nome) {
mostrar("OlΓ‘, " + nome + "!")
}
- cumprimentar(nome)
- Planned Features
- Native HTTP API consumption
- Package manager
- Cross-platform compiler
- VS Code extension
- Modules and libraries
- Object-Oriented Programming
- Error handling
- Arrays and dictionaries
- File system support
- JSON support
- CLI tools
JLScript is still under active development, and many features are being improved continuously.
Feedback, ideas, and contributions are always welcome.
GitHub:
(https://github.com/eohlczinn/jlscript.dev)
Official Website:
Top comments (0)