DEV Community

JLScript
JLScript

Posted on

JLScript: A Programming Language Designed to Make Coding Simpler

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 + "!")
}
Enter fullscreen mode Exit fullscreen mode
  1. cumprimentar(nome)
  2. Planned Features
  3. Native HTTP API consumption
  4. Package manager
  5. Cross-platform compiler
  6. VS Code extension
  7. Modules and libraries
  8. Object-Oriented Programming
  9. Error handling
  10. Arrays and dictionaries
  11. File system support
  12. JSON support
  13. 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:

(https://jlscript-dev.vercel.app/#/docs)

Top comments (0)